mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Webpack build for branch master: 0a337a4646
This commit is contained in:
parent
84a3653578
commit
620b2f258f
2 changed files with 2 additions and 1 deletions
|
|
@ -17953,6 +17953,7 @@ class Client extends EventEmitter {
|
||||||
*/
|
*/
|
||||||
this.presences = new Collection();
|
this.presences = new Collection();
|
||||||
|
|
||||||
|
Object.defineProperty(this, 'token', { writable: true });
|
||||||
if (!this.token && 'CLIENT_TOKEN' in process.env) {
|
if (!this.token && 'CLIENT_TOKEN' in process.env) {
|
||||||
/**
|
/**
|
||||||
* Authorization token for the logged in user/bot
|
* Authorization token for the logged in user/bot
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue