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,731 public repositories matching this topic...
-
Updated
Mar 22, 2022 - JavaScript
-
Updated
Mar 22, 2022 - Python
-
Updated
Mar 2, 2022 - C++
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Mar 22, 2022 - Go
-
Updated
Mar 7, 2022 - Python
-
Updated
Mar 21, 2022 - Markdown
-
Updated
Mar 21, 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 22, 2022 - Python
-
Updated
Mar 21, 2022 - Java
-
Updated
Mar 9, 2022 - Python
-
Updated
Mar 14, 2022 - JavaScript
-
Updated
Mar 21, 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:


With support for rectangular maps added to the game, the requirement for heightmaps to be square is no longer necessary.
https://github.com/OpenRCT2/OpenRCT2/blob/5edc5617152bf360015120dfd6eaf7595b19d6ee/src/openrct2/world/MapGen.cpp#L662-L667
The code below the above check relies on the assumption that the width and height match. This needs