This is a central repository of all the commands that the support-bot can execute. The purpose of separating the commands from the bot is to allow for easier updating and maintenance of the commands.
The commands should be single markdown files and must comply with the following:
Element | Discord | Accepted | |
---|---|---|---|
Headings1 | ✔️ | ✔️ | ✅ |
Paragraphs2 | ✔️ | ✅ | |
Line Breaks | ❌ | ✔️ | ❌ |
Bold | ✔️ | ✅ | |
Italic | ✔️ | ✔️ | ✅ |
Blockquotes | ✔️5 | ✔️ | ✅ |
Ordered Lists | ✔️ | ✔️6 | ✅ |
Unordered Lists | ✔️ | ✅ | |
Code | ✔️ | ✔️ | ✅ |
Horizontal Rules | ❌ | ✔️ | ❌ |
Links | ✔️ | ✔️ | ✅ |
Images | ❌ | ❌ | ❌ |
Tables | ❌ | ✔️ | ❌ |
Fenced Code Blocks | ✔️ | ✔️ | ✅ |
Syntax Highlighting | ✔️ | ❌8 | ✅ |
Footnotes | ❌ | ❌ | ❌ |
Heading IDs | ❌ | ❌ | |
Definition Lists | ❌ | ❌ | ❌ |
Strikethrough | ✔️ | ✔️ | ✅ |
Task Lists | ❌ | ❌ | ❌ |
Emoji | ✔️ | ✅ | |
Highlight | ❌ | ❌ | ❌ |
Subscript | ❌ | ❌ | ❌ |
Superscript | ❌ | ✔️ | ❌ |
Automatic URL Linking | ✔️ | ✔️ | ✅ |
Disabling Automatic URL Linking | ✔️ | ✔️ | ✅ |
HTML | ❌ | ❌ | ❌ |
ℹ️ Do not use features that are not supported by all targets. For example, do not use line breaks, since it is not supported by Discord.
For more information, see the Discord Markdown Guide or the Reddit Markdown Guide.
Footnotes
-
A heading is required in every file. ↩
-
Do not exceed 120 characters. ↩
-
Discord does not natively support paragraphs, but we post process the markdown to handle it. ↩
-
Use asterisks. Underscores aren't supported. ↩
-
You can use
>>>
to create a multi-line blockquote. All text from the>>>
to the end of the message will be included in the quote. ↩ -
Lists must start with the number 1. ↩
-
Cannot use plus signs (+). ↩
-
Reddit doesn't support syntax highlighting, but it should be okay to use anyway. ↩
-
Automatically generated. There's no way to set custom heading IDs. ↩
-
Emoji shortcodes are not supported. Paste the emoji directly. ↩