diff --git a/bot/index.js b/bot/index.js index 7ffc6ac..5d432b7 100644 --- a/bot/index.js +++ b/bot/index.js @@ -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);