mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 06:31:20 +00:00
Webpack build for branch 11.3-dev: feb0991c46
This commit is contained in:
parent
55574b6df5
commit
b2f9b68dfa
2 changed files with 3 additions and 2 deletions
|
|
@ -13021,7 +13021,8 @@ class RESTManager {
|
|||
}
|
||||
|
||||
destroy() {
|
||||
for (const handler of Object.values(this.handlers)) {
|
||||
for (const handlerKey of Object.keys(this.handlers)) {
|
||||
const handler = this.handlers[handlerKey];
|
||||
if (handler.destroy) handler.destroy();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
discord.11.3-dev.min.js
vendored
2
discord.11.3-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue