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 12,558 public repositories matching this topic...
-
Updated
Apr 23, 2021 - JavaScript
-
Updated
Apr 23, 2021 - C++
-
Updated
Apr 24, 2021 - Python
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Apr 4, 2021 - Go
-
Updated
Apr 23, 2021 - JavaScript
Occasionally, a file will be downloaded that doesn't have an extension. I'd like it if the header could be checked so the proper extension can be given to it before saving.
There's probably a C# library that can do it, but if you'd like to check for it with your own custom code, here are the headers:
Headers for jpg files:
https://file-extension.net/seeker/file_extension_jpeg
https://file-
-
Updated
Apr 19, 2021 - JavaScript
-
Updated
Apr 6, 2021 - Python
What component of Red (cog, command, API) would you like to see improvements on?
Mod
Describe the enhancement you're suggesting.
Send the ban reason when a user is temporarily banned
General Troubleshooting
-
Updated
Apr 20, 2021 - C#
-
Updated
Mar 31, 2021 - JavaScript
In serenity::builder::CreateEmbed it says
Refer to the documentation for ChannelId::send_message for a very in-depth example on how to use this.
However, the documentation for ChannelId::send_message doesn't have the promised example:
![Screenshot_20200714_111158](https://user-images.githubuserco
-
Updated
Nov 24, 2020 - Go
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Apr 23, 2021 - Java
-
Updated
Apr 22, 2021 - Python
-
Updated
Apr 20, 2021 - Svelte
-
Updated
Apr 6, 2021 - Python
-
Updated
Apr 24, 2021 - Go
-
Updated
Apr 23, 2021 - Go
- Organization
- discord
- Website
- discord.com
- Wikipedia
- Wikipedia
We currently use a macro for writing down a money amount as a literal. We should move to a more modern C++ representation with a user defined literal like the below:
Go through the codebase and replace all MONEY macro uses with the equivalent version. You m