-
Updated
Sep 29, 2020 - JavaScript
discord-api
Here are 654 public repositories matching this topic...
-
Updated
Sep 29, 2020 - Python
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Sep 28, 2020 - C#
-
Updated
Sep 28, 2020 - Java
-
Updated
Sep 20, 2020 - Python
-
Updated
Sep 28, 2020 - Ruby
-
Updated
Sep 28, 2020 - C#
There should be argument types for each type of emoji, with an overarching "emoji" one allowing any type.
-
Updated
Sep 28, 2020 - Java
-
Updated
Sep 27, 2020 - Lua
-
Updated
Sep 16, 2020 - HTML
-
Updated
Jun 15, 2020 - Lua
-
Updated
Sep 20, 2020 - Python
The command name (the trigger), description, and callback
-
Updated
Sep 23, 2020 - JavaScript
-
Updated
Jul 27, 2018 - 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
Sep 19, 2020 - Crystal
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 24, 2020 - C++
-
Updated
Sep 11, 2020 - Python
-
Updated
Aug 19, 2020 - Haskell
-
Updated
Sep 29, 2020 - Kotlin
-
Updated
Jul 7, 2020 - 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."
https://github.com/serenity-rs/serenity/blob/2eac49923894c7c494714836818ba828d48214ad/src/model/channel/reaction.rs#L591-L593
Can fix by adding the check there.
Noticed this is duplicate code from Emoji, which is already correct:
https://github.com/serenity-rs/serenity/blob/dca6346f323a8718a90524f583313e28a6cee6ef/src/model/guild/emoji.rs#L227-L230
Not sure how best to consolidate it.