Skip to content

Commit

Permalink
Revert REST gateway changes on request of Khaaz
Browse files Browse the repository at this point in the history
  • Loading branch information
bsian03 committed Nov 5, 2020
1 parent 3f850b8 commit 0d30c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ module.exports.GatewayOPCodes = {
SYNC_CALL: 13
};

module.exports.GATEWAY_VERSION = 8;
module.exports.REST_VERSION = 8;
module.exports.GATEWAY_VERSION = 6;
module.exports.REST_VERSION = 7;

module.exports.Permissions = {
createInstantInvite: 1,
Expand Down

0 comments on commit 0d30c98

Please sign in to comment.