From e85db060f04747429c7cdd0d0a54821f4dda8137 Mon Sep 17 00:00:00 2001 From: Emily J Date: Sat, 10 Oct 2020 16:26:17 +1100 Subject: [PATCH] idk where this came from lol --- bot/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/bot/index.js b/bot/index.js index 5d432b7..7dfaba7 100644 --- a/bot/index.js +++ b/bot/index.js @@ -34,9 +34,6 @@ class Custom extends Client { const handlers = require("./util/handlers"); this.commandHandler = new handlers.CommandHandler(this); this.eventHandler = new handlers.EventHandler(this); - - // Basically just an async shortcut to using a setTimeout. Nothing fancy! - this.wait = require("util").promisify(setTimeout); } }