Update tests

This commit is contained in:
Ethan Lane 2021-09-24 18:52:12 +01:00
parent 3392e6f031
commit b10ac37007
Signed by: Vylpes
GPG key ID: EED233CC06D12504
2 changed files with 38 additions and 1 deletions
src/client

View file

@ -21,7 +21,6 @@ export class CoreClient extends Client {
if (!process.env.BOT_PREFIX) throw "BOT_PREFIX is not defined in .env";
if (!process.env.FOLDERS_COMMANDS) throw "FOLDERS_COMMANDS is not defined in .env";
if (!process.env.FOLDERS_EVENTS) throw "FOLDERS_EVENTS is not defined in .env";
if (!process.env.COMMANDS_DISABLED_MESSAGE) throw "COMMANDS_DISABLED_MESSAGE is not defined in .env";
super.on("message", this._events.onMessage);
super.on("ready", this._events.onReady);