Skip to content

LizardByte/support-bot-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

support-bot-commands

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 Reddit Accepted
Headings1 ✔️ ✔️
Paragraphs2 ⚠️3 ✔️
Line Breaks ✔️
Bold ⚠️4 ✔️
Italic ✔️ ✔️
Blockquotes ✔️5 ✔️
Ordered Lists ✔️ ✔️6
Unordered Lists ✔️ ⚠️7
Code ✔️ ✔️
Horizontal Rules ✔️
Links ✔️ ✔️
Images
Tables ✔️
Fenced Code Blocks ✔️ ✔️
Syntax Highlighting ✔️ 8
Footnotes
Heading IDs ⚠️9
Definition Lists
Strikethrough ✔️ ✔️
Task Lists
Emoji ✔️ ⚠️10
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

  1. A heading is required in every file.

  2. Do not exceed 120 characters.

  3. Discord does not natively support paragraphs, but we post process the markdown to handle it.

  4. Use asterisks. Underscores aren't supported.

  5. 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.

  6. Lists must start with the number 1.

  7. Cannot use plus signs (+).

  8. Reddit doesn't support syntax highlighting, but it should be okay to use anyway.

  9. Automatically generated. There's no way to set custom heading IDs.

  10. Emoji shortcodes are not supported. Paste the emoji directly.

About

Central repository of commands to easily extend our support-bot

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published