Overview
Work in progress...
Explain:
- what bots are
- what commands are
- what prefixes are
- ping prefix
- default prefix
- how different servers can have different prefixes
- what prefixes are
How to read documentation​
Arguments are extra information that are passed with the command. A command can have any number arguments and they could either be required or optional.
Searching​
Commands​
Required arguments​
Optional arguments​
Examples​
command <arg1>
: a required argumentcommand <arg1> [arg2]
: a required argument and a optional onecommand [args]*
: arbitrary amount of optional argumentscommand [<arg1> <arg2>]
: neither or both