-
Updated
Jun 16, 2021 - JavaScript
discord-bot
Here are 10,022 public repositories matching this topic...
-
Updated
Jun 14, 2021 - Java
-
Updated
Jun 10, 2021 - Python
-
Updated
Jun 15, 2021 - Go
-
Updated
Jun 15, 2021 - C#
-
Updated
Jun 14, 2021 - JavaScript
Hello developer!
Can the source code for this client be modified for me?
Here's what I mean: I'll download the source code for the client, and I'll try to fix the bugs. If I can fix at least one bug, can I create a repository on github? (I'll list the author and original repository)
-
Updated
Apr 26, 2021 - JavaScript
Title should be explanatory. :) Thanks in advance
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
Jun 14, 2021 - JavaScript
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Jun 15, 2021 - Java
-
Updated
May 30, 2021 - TypeScript
-
Updated
Jun 15, 2020 - Python
-
Updated
May 15, 2021 - Python
-
Updated
Jun 15, 2021 - Kotlin
-
Updated
Jun 12, 2021 - Java
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
May 29, 2021 - JavaScript
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Jun 14, 2021 - Elixir
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Feb 13, 2021
-
Updated
Jun 11, 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.