-
Updated
Apr 11, 2022 - JavaScript
discord-bot
Here are 14,705 public repositories matching this topic...
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Apr 7, 2022 - Java
-
Updated
Mar 28, 2022 - Python
-
Updated
Apr 3, 2022 - JavaScript
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Apr 10, 2022 - Go
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Apr 9, 2022 - Go
-
Updated
Apr 11, 2022 - C#
Why?
as !c and !list responses are removed together with request command message in discord, it would be nice DiscordCannedResponses do the same.
What and How?
add discordexpiration to those in config and make discord bot remove them too
something like this:
DiscordCannedResponsesExpiration: 10
DiscordCannedResponsesExpirationDeleteRequest: true
Are there alternatives?
like t
-
Updated
Apr 11, 2022 - JavaScript
-
Updated
Aug 25, 2021 - HTML
-
Updated
Mar 6, 2022 - JavaScript
What is the feature you're proposing?
Currently, it's hard to check if two objects (e.g. Members) refer to the same item on discord. I would like a way to easily check if two objects are the same, and preferably also be able to store those objects in places that need hashes (sets and dict keys)
One simpler way to do this would be to create a mixin which has methods for __eq__
and `__hash
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
Apr 10, 2022 - C#
-
Updated
Oct 14, 2021 - JavaScript
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Apr 10, 2022 - Kotlin
-
Updated
Jan 14, 2022 - JavaScript
-
Updated
Mar 25, 2022 - Python
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Apr 10, 2022 - TypeScript
-
Updated
Mar 26, 2022 - TypeScript
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 purpose of the mentions rule is to catch people spamming user mentions, but
message.mentions
shows the user being replied to, if the reply is pinging, which is out of scope for what the rule is trying to catch.The replies should be subtracted when counting the number of mentions, and messages with only a reply but no mentions should not be returned.