-
Updated
Sep 17, 2021 - JavaScript
discord-bot
Here are 11,610 public repositories matching this topic...
-
Updated
Sep 17, 2021 - Java
-
Updated
Sep 15, 2021 - Python
-
Updated
Sep 14, 2021 - Go
-
Updated
Sep 17, 2021 - TypeScript
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 17, 2021 - C#
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Aug 25, 2021 - HTML
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 17, 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 15, 2021 - Java
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Aug 24, 2021 - Python
-
Updated
Sep 17, 2021 - Kotlin
-
Updated
Jun 15, 2020 - Python
-
Updated
Sep 17, 2021 - TypeScript
-
Updated
Sep 1, 2021 - Java
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 16, 2021 - Elixir
-
Updated
Sep 14, 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."
The help command for
eval
contains newlines that they should not be there. That's because there are\n
s after some words in docstring. And I'm not sure how to fix that.