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 21,154 public repositories matching this topic...
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Jun 23, 2022 - Python
-
Updated
Jun 21, 2022 - C++
-
Updated
Apr 21, 2022 - JavaScript
-
Updated
Jun 11, 2022 - Go
-
Updated
Jun 22, 2022 - Python
-
Updated
Jun 22, 2022 - Markdown
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
Flavor
No response
Export format
No response
Details
Discord has recently unveiled Text chat in Voice Channels, and it would be great to be able to export them.
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Jun 23, 2022 - Python
-
Updated
Jun 22, 2022 - JavaScript
-
Updated
Jun 23, 2022 - Java
-
Updated
Jun 20, 2022 - Python
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:
 provided by GitHub
Describe the issue
The implementation of
String::Format_VA
(mostly called from theString::Format
overload without the buffer argument) allocates space for the string, and it's up to the user to free this (Memory::Free
). This is however rarely do