-
Updated
Dec 2, 2021 - JavaScript
discord-bot
Here are 12,916 public repositories matching this topic...
-
Updated
Dec 2, 2021 - Java
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Nov 28, 2021 - Python
-
Updated
Dec 1, 2021 - TypeScript
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Oct 11, 2021 - Go
-
Updated
Nov 29, 2021 - C#
-
Updated
Dec 2, 2021 - JavaScript
-
Updated
Aug 25, 2021 - HTML
-
Updated
Nov 29, 2021 - JavaScript
Why?
Having the bot give you a role based on a name of that role feels a lot less secure and more unreliable than giving you a role based on the role ID.
What and How?
In the config, it should request Role ID(i.e. 895290544421490758) instead of name(i.e. "Linked")
Are there alternatives?
I mean you could just keep what you currently have
Checks
- I have used the search a
-
Updated
Nov 18, 2021 - JavaScript
-
Updated
Oct 14, 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()
Currently i.e. Message#edit(String) only updates the message content instead of removing the embed and components. The method should be changed to "replace" the message with the given new content and corresponding new methods i.e. Message#editContent should be added to only update the specific field.
-
Updated
Nov 27, 2021 - C#
-
Updated
Dec 1, 2021 - JavaScript
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Oct 27, 2021 - Python
-
Updated
Dec 3, 2021 - Kotlin
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Jun 15, 2020 - Python
-
Updated
Dec 2, 2021 - TypeScript
-
Updated
Oct 25, 2021 - Java
-
Updated
Dec 2, 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."
As it is, the archive embeds in
#incidents-archiveshow the datetime the report was actioned in both the message send timeAthe archive embed footerB.This means that we're archiving duplicate information and failing to archive the datetime that the incident was reported.