Discord

Discord is a proprietary freeware voice-over-Internet Protocol (VoIP) application designed for video gaming communities, that specializes in text, image, video, and audio communication between users in a chat channel.
Here are 9,879 public repositories matching this topic...
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Nov 17, 2020 - C++
-
Updated
Nov 29, 2020 - Python
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Nov 30, 2020 - Go
-
Updated
Nov 28, 2020 - JavaScript
-
Updated
Nov 8, 2020 - Python
Feature request
Select the type of feature you are requesting:
- Cog
- Command
- API functionality
Describe your requested feature
General Troubleshooting
-
Updated
Nov 30, 2020 - C#
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Oct 28, 2020 - JavaScript
When your account has TFA enabled, discord needs you to supply a valid TFA token in order to change your account password. This could simply be done by a prompt if session.MFA
is set to true
.
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.
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Nov 30, 2020 - Python
-
Updated
Nov 30, 2020 - Java
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 28, 2020 - Lua
-
Updated
Nov 30, 2020 - Go
-
Updated
Nov 27, 2020 - Python
-
Updated
Oct 25, 2020 - Ruby
- Organization
- discord
- Website
- discord.com
- Wikipedia
- Wikipedia
The
ScanDirectory
method of FileScanner allocates pointers with new and returns raw pointers. It should useunique_ptr
instead.Note: Wait for #13444 resolution before working on this.