mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Fix some destroy stuff (#828)
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