Client
The main process that handles everything about the bot
Last updated
The main process that handles everything about the bot
Last updated
clientOptions
The options for the client
Returns the client object of the bot, as returned by Discord.js
Returns an object with information on loaded template commands
Returns an object with information on loaded custom commands
Returns the intents that the bot is using
Returns the token used to log the bot in
commandBuilder
The object containing all the information about the command, derived from commandsBuilder class
custom
Function
The function is to run once the command is executed. This will override all the built-in actions to the template.
Returns: Object
event
String
The name of the command
callback
Function
The description of the command, used for slash command registration
operation
Number
The type contain an Object of all the available template commands' class.
The operation to perform on the command. | Use the module.