Skip to content

Commit

Permalink
Remove unrelated endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCat80 committed Jul 24, 2021
1 parent f51df1f commit 1e229d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rest/Endpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ module.exports.BASE_URL = "/api/v" + REST_VERSION;
module.exports.CDN_URL = "https://cdn.discordapp.com";
module.exports.CLIENT_URL = "https://discord.com";

module.exports.APPLICATION_PERMISSIONS = (appID, guildID) => `/applications/${appID}/guilds/${guildID}/commands/permissions`;
module.exports.APPLICATION_COMMAND_PERMISSIONS = (appID, guildID, cmdID) => `/applications/${appID}/guilds/${guildID}/commands/${cmdID}/permissions`;
module.exports.ORIGINAL_INTERACTION_RESPONSE = (appID, interactToken) => `/webhooks/${appID}/${interactToken}`;
module.exports.CHANNEL = (chanID) => `/channels/${chanID}`;
module.exports.CHANNEL_BULK_DELETE = (chanID) => `/channels/${chanID}/messages/bulk-delete`;
Expand Down

0 comments on commit 1e229d4

Please sign in to comment.