fix: add nitroStickerPacks helper. Closes #2095

This commit is contained in:
Skillz4Killz
2022-03-21 12:08:43 +00:00
committed by GitHub
parent 90d5744e14
commit fe42864b00
4 changed files with 37 additions and 3 deletions
+3
View File
@@ -169,6 +169,9 @@ export const endpoints = {
// Stage instances
STAGE_INSTANCES: `${baseEndpoints.BASE_URL}/stage-instances`,
STAGE_INSTANCE: (channelId: bigint) => `${baseEndpoints.BASE_URL}/stage-instances/${channelId}`,
// Misc Endpoints
NITRO_STICKER_PACKS: `${baseEndpoints.BASE_URL}/sticker-packs`,
};
export const SLASH_COMMANDS_NAME_REGEX = /^[\w-]{1,32}$/;