From fceda4e9330984d9b62465e7d00c27c6ac36e8b3 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 1 Oct 2025 20:37:00 -0700 Subject: feat(interactions): Add nsfw-apply command --- packages/interactions/discord/commands/index.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'packages/interactions/discord/commands') diff --git a/packages/interactions/discord/commands/index.ts b/packages/interactions/discord/commands/index.ts index a69e786..0a13e33 100644 --- a/packages/interactions/discord/commands/index.ts +++ b/packages/interactions/discord/commands/index.ts @@ -86,6 +86,20 @@ export const APPEAL_COMMAND: DiscordCommand = { ], }; +export const NSFW_APPLY_COMMAND: DiscordCommand = { + name: "nsfw-apply", + description: "Submit an NSFW access application to the moderators", + contexts: [0], + options: [ + { + type: 3, + name: "message", + description: "Your NSFW access application message", + required: true, + }, + ], +}; + export const COLOURS_COMMAND: DiscordCommand = { name: "colours", description: "Show the distribution of colour roles in the server", -- cgit v1.2.3