idk where this came from lol

This commit is contained in:
Emily 2020-10-10 16:26:17 +11:00
parent 5d3e7b4366
commit e85db060f0

View file

@ -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);
}
}