mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch master: c4e5292516
This commit is contained in:
parent
41bd752002
commit
41823cd789
2 changed files with 2 additions and 1 deletions
|
|
@ -15469,6 +15469,7 @@ class ClientManager {
|
|||
|
||||
destroy() {
|
||||
this.client.ws.destroy();
|
||||
if (!this.client.user) return Promise.resolve();
|
||||
if (this.client.user.bot) {
|
||||
this.client.token = null;
|
||||
return Promise.resolve();
|
||||
|
|
|
|||
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