-
Updated
Sep 14, 2021 - JavaScript
discord-bot
Here are 11,560 public repositories matching this topic...
-
Updated
Sep 10, 2021 - Java
-
Updated
Sep 13, 2021 - Python
-
Updated
Sep 14, 2021 - Go
-
Updated
Sep 14, 2021 - TypeScript
-
Updated
Sep 14, 2021 - C#
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Sep 14, 2021 - JavaScript
-
Updated
Aug 25, 2021 - HTML
-
Updated
Sep 14, 2021 - JavaScript
A placeholder %discordsrvislinked_<placeholderapi_placeholder>%
That can parse directly from that player if he is linked for example:
Example 1
Bob (In discord): !playerinfo
DiscordSRVBot: parses the player name of the user cause he is linked. %islinked_player_name%
or maybe their group also %discordsrvislinked_luckperms_group%
etc.
Example 2
**Ash
-
Updated
Sep 13, 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
Sep 13, 2021 - Java
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Aug 24, 2021 - Python
-
Updated
Sep 14, 2021 - Kotlin
-
Updated
Jun 15, 2020 - Python
-
Updated
Sep 13, 2021 - TypeScript
-
Updated
Sep 1, 2021 - Java
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 8, 2021 - Elixir
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."
The help command for
evalcontains newlines that they should not be there. That's because there are\ns after some words in docstring. And I'm not sure how to fix that.