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 19,833 public repositories matching this topic...
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Mar 28, 2022 - Python
-
Updated
Mar 2, 2022 - C++
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Mar 26, 2022 - Go
-
Updated
Mar 7, 2022 - Python
-
Updated
Mar 27, 2022 - Markdown
-
Updated
Mar 27, 2022 - JavaScript
Flavor
GUI (Graphical User Interface), CLI (Command Line Interface)
Export format
HTML
Details
A couple of months ago Discord introduced the feature for users to be able to add alt text to images.
It shouldn't be that difficult to integrate, as you can just use the alt tag attribute in HTML.
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Mar 28, 2022 - Python
-
Updated
Mar 27, 2022 - Java
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Mar 9, 2022 - Python
-
Updated
Mar 26, 2022 - C#
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:


Whilst investigating #16877 I noticed that the
TrackElementDescriptor::Priceis incorrect. Its a price modifier not an actual price its used to work out the price using the following calc (RideTrackPrice * TED::Price) / 65536.Therefore the units of
TrackElementDescriptor::Priceshould be changed touint32_tand the name changed toPriceModifierand a comment added stating that it shou