We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc0dce commit 1af7e5aCopy full SHA for 1af7e5a
packages/discord.js/src/client/BaseClient.js
@@ -44,8 +44,8 @@ class BaseClient extends EventEmitter {
44
* @returns {void}
45
*/
46
destroy() {
47
- this.rest.requestManager.clearHashSweeper();
48
- this.rest.requestManager.clearHandlerSweeper();
+ this.rest.clearHashSweeper();
+ this.rest.clearHandlerSweeper();
49
}
50
51
/**
0 commit comments