description |
---|
This is where you can find the documentation for all of its commands and quirks. |
{% hint style="danger" %} Do not literally type out <> [] | etc {% endhint %}
Each category of commands have their own page which can be found on the sidebar.
Aliases: [foo|bar] means that you can use either foo or bar
Optional: [foo] Means that this argument can be ignored, this is usually for clearing settings or for using yourself/the current channel
Optional with default: [foo='muted'] Means that it will default to the value if you don't specify anything else
Required: <foo> You have to use this argument for the command to work
Many: <foos...> or [foos...] Means that you can specify more than one. Massban is an example of a command that uses this. If you wish you use an argument with more than one word, use "double quotes" to let the bot you know what you want.
Additionally, the bot uses what are called converters which makes specifying roles, members, channels etc easy and fool-proof. When asked to specify a member, you can give it a mention (pinging the person), an id, their name or their nickname. This same principle works for every single command where applicable.
Check out the reaction roles page There is an example at the bottom of the page of me setting up reaction roles for my bot server that a lot of people seem to find useful.
Once you're strong enough, save the world:
There's a page for a basic set up and then there is also a page for a more in-depth guide that goes over disabling/enabling commands on a granular level. That can be found at [Bot-management](https://github.com/CarlGroth/Carl-Bot/wiki/Bot-management-(disabling-commands))