mirror of
https://github.com/danbulant/discord.js
synced 2026-09-20 06:53:53 +00:00
Webpack build for branch master: 5a3b59b4b0
This commit is contained in:
parent
71c956a9cd
commit
f77b3b3369
2 changed files with 2 additions and 2 deletions
|
|
@ -23062,7 +23062,7 @@ class Client extends EventEmitter {
|
||||||
if (typeof token !== 'string') throw new Error('TOKEN_INVALID');
|
if (typeof token !== 'string') throw new Error('TOKEN_INVALID');
|
||||||
token = token.replace(/^Bot\s*/i, '');
|
token = token.replace(/^Bot\s*/i, '');
|
||||||
this.manager.connectToWebSocket(token, resolve, reject);
|
this.manager.connectToWebSocket(token, resolve, reject);
|
||||||
});
|
}).catch(() => this.destroy());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
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