-
Updated
Mar 14, 2021 - JavaScript
discord-api
Here are 747 public repositories matching this topic...
-
Updated
Mar 14, 2021 - Python
-
Updated
Mar 13, 2021 - JavaScript
-
Updated
Mar 11, 2021 - C#
-
Updated
Mar 14, 2021 - Java
-
Updated
Mar 13, 2021 - Python
-
Updated
Feb 5, 2021 - Ruby
-
Updated
Mar 14, 2021 - C#
-
Updated
Jan 14, 2021 - HTML
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
Mar 4, 2021 - Java
-
Updated
Mar 11, 2021 - HTML
-
Updated
Feb 9, 2021 - Lua
-
Updated
Jan 19, 2021 - Lua
-
Updated
Mar 10, 2021 - Elixir
-
Updated
Mar 14, 2021 - Go
-
Updated
Mar 14, 2021 - TypeScript
-
Updated
Nov 16, 2020 - Python
I got all requirements and followed all the steps, but when I opened rtb.py, nothing happens! it says
Unable to read Config file.
Importing necessary modules and checking installations.
RTBFiles directory not found.
downloading config,json
and then, nothing happens. can someone help?
![image](https://user-images.githubusercontent.com/68292297/90455230-91f1aa00-e0c3-11ea-875c-c017bc872e6c.pn
-
Updated
Mar 14, 2021 - Kotlin
-
Updated
Mar 13, 2021 - C++
-
Updated
Jul 27, 2018 - Python
-
Updated
Feb 27, 2021 - Python
-
Updated
Mar 14, 2021 - Python
-
Updated
Mar 13, 2021 - JavaScript
-
Updated
Mar 14, 2021 - JavaScript
Improve this page
Add a description, image, and links to the discord-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the discord-api topic, visit your repo's landing page and select "manage topics."
The representation of the User object is lacking the
public_flags-field.