Skip to content

Commands Overview

Juan Pablo Garcia edited this page Jul 16, 2021 · 1 revision

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!

Overview of the Command Groups

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.

Factotum Groups

All the groups that start with a_ should ONLY have commands available to admins or staff!

a_activity

All the activity and custom activity related commands

a_boothing

All the booting related commands

a_start_commands

All other commands to run bot features

attendance

All the attendance related commands

essentials

All the essential commands that are not locked behind the bot being initialized

hacker_utility

commands available to hackers to do tedious stuff or hacker related features

stamps

All the stamp related commands

verification

All the verification related commands