-
Updated
Oct 3, 2021 - JavaScript
discord-bot
Here are 12,016 public repositories matching this topic...
-
Updated
Oct 2, 2021 - Python
-
Updated
Oct 3, 2021 - TypeScript
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Sep 14, 2021 - Go
-
Updated
Oct 2, 2021 - C#
-
Updated
Oct 2, 2021 - JavaScript
-
Updated
Aug 25, 2021 - HTML
-
Updated
Oct 3, 2021 - JavaScript
Why?
This could be used for Discord's date feature to more easily get times in your timezone and relative to you, for example, last updated time could be relative to the current time. This could also lower the amount of updates something like a channel topic would get if you dynamically update it with the uptime.
What and How?
Maybe a placeholder like
%unixtime%
There could be UNI
-
Updated
Sep 27, 2021 - JavaScript
-
Updated
Aug 8, 2021 - JavaScript
The most of Discord bots are expected to provide "mute" and "ban" commands. Their implementation involves juggling with parsing strings just to get so-much-desired duration.
Formats:
"3w 1d 11 [many spaces]h \t30m 20s 5ms"
Methods:
- duration.toWeeks() -> float
- duration.toDays() -> float
- duration.toMinutes() -> float
- duration.toSeconds() -> float
- duration.toMilliseconds()
-
Updated
Oct 2, 2021 - JavaScript
Add role icons
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 2, 2021 - C#
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Aug 24, 2021 - Python
-
Updated
Oct 2, 2021 - Kotlin
-
Updated
Jun 15, 2020 - Python
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Sep 30, 2021 - Java
-
Updated
Oct 3, 2021 - JavaScript
Improve this page
Add a description, image, and links to the discord-bot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the discord-bot topic, visit your repo's landing page and select "manage topics."

To Reproduce:
textChannel#getPermissionOverwritesreturns a Set<ExtendedPermissionOverwrite>, while