mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix: add nitroStickerPacks helper. Closes #2095
This commit is contained in:
@@ -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}$/;
|
||||
|
||||
Reference in New Issue
Block a user