Discord

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

About

Discord is a multimedia realtime chat web service and application for desktop and mobile.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

text formatting

Text formatting is similar to a subset of Markdown, although there are differences:

  • bold is **two asterisks**
  • italic is *one asterisk* or _one underscore_
  • underline is __two underscores__
  • strike is ~~two tildes~~
  • code (fixed-pitch inline unformatted text) is `backticks`
    • You can use this format to paste URLs without them becoming links or displaying a preview.
  • > (right-angle plus a space) will cause the following paragraph to be indented with a vertical bar
  • spoiler text is ||two pipes||: this causes the text to be obscured until clicked on

To display characters that would otherwise be treated as formatting, escape them with a backslash:

  • \* will display as *
  • \_ will display as _
  • This does not seem to work with backticks (`), however.

To display a clickable link without invoking a preview, surround it with angle brackets: <https://htyp.org>. The angle brackets will not be displayed, and preview will be suppressed. (Note: Discord's settings refer to the preview as an "embedded link". Previews of links pasted into a discussion can be turned off by revoking this privilege.)

user/group security

The security management is fairly sophisticated. Channels can be restricted to selected individuals or "roles" (which are essentially security groups). Channels can also be grouped into "categories", which can be given their own security settings which then become defaults for the channels they contain. The permissions which are assignable to individuals or roles are quite fine-grained.

comparison to IRC

Discord is GUI-oriented rather than text-oriented; almost everything except actual messages is done via menus, icons, and other graphical interface elements, though there are a few text commands.

Some of the graphical elements supported:

  • limited rich text formatting: bold, italics, strikethrough
  • avatars for users and servers/guilds
  • emoji, both inline and as reactions to posts (aka reactji).

Other users can click on already-posted reactji, and Discord will display the number of people who clicked (and their usernames in the hover-over). This can be used for practical things like polling, as well as just expressing feelings about something without interrupting the conversation.

Pages

  • /API: writing software to interact with Discord

Links