1
0
Fork 0
mirror of synced 2024-06-02 02:34:32 +12:00

Updated Home (markdown)

Dan Hess 2016-08-21 20:28:58 -05:00
parent b784d026e0
commit 405d07f5e0

@ -6,6 +6,6 @@ First off, please read this
* Options in <these> are required options
* Anywhere that a "Member" is, means you can mention them or not. Keep in mind however, that different parts of a command are separated by spaces, so if the use you are calling a command on has a space in their name, you will need to mention them.
* Commands are separated into separate classes, you can call help on the class name or the command to get more information.
* Subcommands are commands that do separate functions than the parent command. To call this you need to call <parent> <sub> For example for hangman, the subcommand (create|start) means you would call `!hangman start` to use it
* Subcommands are commands that do separate functions than the parent command. To call this you need to call `<parent> <sub>` For example for hangman, the subcommand (create|start) means you would call `!hangman start` to use it
Each class of commands is on the sidebar, there is honestly just too many commands to put them all on one page.