mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Revert "fix Client.destroy bugs" (#839)
This commit is contained in:
@@ -36,7 +36,7 @@ class RESTMethods {
|
||||
}
|
||||
|
||||
logout() {
|
||||
return this.rest.makeRequest('post', Constants.Endpoints.logout, true, {});
|
||||
return this.rest.makeRequest('post', Constants.Endpoints.logout, true);
|
||||
}
|
||||
|
||||
getGateway() {
|
||||
|
||||
Reference in New Issue
Block a user