forked from Galactic/galactic-bot
client reads token from env
This commit is contained in:
parent
323ead79c3
commit
5adae6ac2e
@ -46,7 +46,7 @@ class DiscordClient extends Client {
|
||||
|
||||
this.logger.info(`Built client in ${Date.now()-beforeTime}ms.`);
|
||||
|
||||
await super.login(); // process.env.DISCORD_TOKEN
|
||||
await super.login();
|
||||
|
||||
this.emit('built');
|
||||
this._built = true;
|
||||
|
Loading…
Reference in New Issue
Block a user