-
Notifications
You must be signed in to change notification settings - Fork 2
Commands Overview
The most important part of any bot is the commands it has available for users to use!
To learn how to create a new command head over to _The Permission Command!
Remember we are using the Discord.js-Commando package to deal with commands!
The Commando package allows us to group commands by Command Groups, apart from having to set the command group in the command's constructor, it is also necessary to put the command files in the correct folder!
The following is a representation of the correct folder structure:
commands/
group1/
command1
command2
group3/
command3
command4
To add a new command group, take a look at the Discord.js-Commando Documentation.
All the groups that start with a_ should ONLY have commands available to admins or staff!
All the activity and custom activity related commands
All the booting related commands
All other commands to run bot features
All the attendance related commands
All the essential commands that are not locked behind the bot being initialized
commands available to hackers to do tedious stuff or hacker related features
All the stamp related commands
All the verification related commands