idk where this came from lol
This commit is contained in:
parent
5d3e7b4366
commit
e85db060f0
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ class Custom extends Client {
|
||||||
const handlers = require("./util/handlers");
|
const handlers = require("./util/handlers");
|
||||||
this.commandHandler = new handlers.CommandHandler(this);
|
this.commandHandler = new handlers.CommandHandler(this);
|
||||||
this.eventHandler = new handlers.EventHandler(this);
|
this.eventHandler = new handlers.EventHandler(this);
|
||||||
|
|
||||||
// Basically just an async shortcut to using a setTimeout. Nothing fancy!
|
|
||||||
this.wait = require("util").promisify(setTimeout);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue