mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-09 03:11:26 +03:00
"help" command
This commit is contained in:
@@ -19,7 +19,10 @@ module.exports = class CommandManager {
|
||||
/** The Discord Client */
|
||||
this.client = client;
|
||||
|
||||
/** A discord.js Collection (Map) of loaded commands */
|
||||
/**
|
||||
* A discord.js Collection (Map) of loaded commands
|
||||
* @type {Collection<string, import('./command')>}
|
||||
*/
|
||||
this.commands = new Collection();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user