Reference
Reference
Cosmos bot uses modular approach for each of its functions and commands. Each of the Primary Commands are categorized into different sub-commands based on their usage. A Plugin bundles many of these commands revolving around any of the specific function. Multiple plugins forms a Galaxy.
The Functions Hierarchy
Galaxy > Plugin > Command > Sub-Command
Galaxies
GUILD
MODERATION
PROFILE
SETTING
TOOLS
SEARCH
FUN
Plugins
Primary Commands
The following table displays entire list of primary commands and their basic syntax to use. Click on the command to know more about it including their sub-commands.
Default Command Prefix
;
You can also mention the bot and use the same as a prefix to invoke any of the commands.
Example: @Cosmos2406 ...
Understanding the syntax
All of the usages provided for each commands and sub-commands follow a certain syntax, very much similar to the way these commands will be actually used.
Every command begins with a pre-defined prefix which can be the default prefix, ;
or any of the custom prefixes you have set. Following with the Primary Command, optional sub-command and arguments.
Syntax: <prefix><primary command> [sub-command] [argument1] ...
The arguments under
<argument>
are required arguments.The arguments under
[argument]
are optional arguments.
!! Do not include <>
or []
while actually making the commands.
Last updated