-
Updated
Oct 12, 2020 - C++
discord-library
Here are 61 public repositories matching this topic...
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 12, 2020 - C++
-
Updated
Jun 7, 2020 - C
-
Updated
Oct 4, 2020 - C++
What will happen if I attempt to send a message from ShardingManager
to all the shards via ShardingManager#broadcast
? Where would I listen to it in ShardClientUtil
? I can't find it anywhere in the docs nor the code
-
Updated
Oct 5, 2020 - C#
-
Updated
Sep 30, 2020 - Scala
-
Updated
Oct 10, 2020 - Nim
-
Updated
Sep 30, 2020 - Haxe
API Design
We need to design an API for the bot.
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Oct 17, 2020 - Haskell
-
Updated
Sep 10, 2020 - Shell
-
Updated
Sep 12, 2020 - C++
TODO
If any developers complete any one of these topics please checkmark it.
-
Decorators.
-
Deno Support.
-
All API Endpoints. Currently, one 10-15 endpoints are presently accessible in the library but it should have all.
-
Custom Event Listener.
-
Library API Ratelimting. Currently, there's no form of rate-limiting and if we don't implement users may get API banne
-
Updated
Oct 19, 2020 - C++
-
Updated
Oct 21, 2020 - C++
-
Updated
Sep 5, 2020 - C#
-
Updated
Aug 27, 2020 - JavaScript
-
Updated
Jun 30, 2020 - Kotlin
-
Updated
Oct 6, 2019 - JavaScript
-
Updated
Jun 13, 2019 - OCaml
-
Updated
Aug 11, 2020 - C++
-
Updated
Oct 21, 2020 - Kotlin
Improve this page
Add a description, image, and links to the discord-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the discord-library topic, visit your repo's landing page and select "manage topics."
results in:
@@everyone
This behaviour on is correct according the official docs, but it seems like the client stumbles over the special everyone type. Using the literal
@everyone
works fine though.Proposed solution:
Introduce a check on
RoleBehavior#mention
that checks forguildId.value == id.value
and returns th