create collection for cooldown
This commit is contained in:
parent
2503b1a18a
commit
d18d9267f2
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class Custom extends Client {
|
|||
// Create collections to store loaded commands and aliases in
|
||||
this.commands = new Collection();
|
||||
this.aliases = new Collection();
|
||||
this.cooldown = new Collection();
|
||||
|
||||
const handlers = require("./util/handlers");
|
||||
this.commandHandler = new handlers.CommandHandler(this);
|
||||
|
|
Loading…
Reference in a new issue