Webpack build for branch master: 0a337a4646

This commit is contained in:
Travis CI 2017-06-25 19:50:06 +00:00
parent 84a3653578
commit 620b2f258f
2 changed files with 2 additions and 1 deletions

View file

@ -17953,6 +17953,7 @@ class Client extends EventEmitter {
*/
this.presences = new Collection();
Object.defineProperty(this, 'token', { writable: true });
if (!this.token && 'CLIENT_TOKEN' in process.env) {
/**
* Authorization token for the logged in user/bot

File diff suppressed because one or more lines are too long