Commands - Galaxy-Life-Reborn/GLRDiscordBot GitHub Wiki

In here you'll find all of our commands (that is if I dont forget to update it).
Before I start listing them, here is some general information about the command systems of bots.

All commands are part of a category / module. This is done for organizational purposes.
For programmers, categories are your classes, while commands are the methods (both literally and figuratively).
This way you, as a user, can easily disable/enable, blacklist/whitelist entire categories with one command, instead of having to do it manually for every command in that category.

Categories

Terminology

Categorie/Module: A group of commands and potential subcategories/submodules
Command: The actual command
Parameters: Pieces of info you put after the command
<parameter>: This parameter is required to run the command
[parameter]: This is an optional parameter which is not necessary for the command

Visual Aid

⚠️ **GitHub.com Fallback** ⚠️