-
Updated
Oct 21, 2020 - JavaScript
discord-api
Here are 663 public repositories matching this topic...
-
Updated
Oct 21, 2020 - Python
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 14, 2020 - C#
-
Updated
Oct 18, 2020 - Java
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 19, 2020 - Ruby
-
Updated
Oct 21, 2020 - C#
There should be argument types for each type of emoji, with an overarching "emoji" one allowing any type.
-
Updated
Oct 19, 2020 - Java
-
Updated
Oct 21, 2020 - Lua
-
Updated
Oct 19, 2020 - HTML
-
Updated
Jun 15, 2020 - Lua
-
Updated
Oct 21, 2020 - Elixir
-
Updated
Sep 20, 2020 - Python
The command name (the trigger), description, and callback
-
Updated
Oct 19, 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?
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 for guildId.value == id.value and returns th
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."
For some odd reason when trying to get the vec of mention_channels from Message, it will return None if there is other text in the message. If there is no text in the message and only a channel mention, then it will return.