summaryrefslogtreecommitdiff
path: root/packages/interactions/discord/commands/index.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-10-01 20:37:00 -0700
committerFuwn <[email protected]>2025-10-01 20:37:00 -0700
commitfceda4e9330984d9b62465e7d00c27c6ac36e8b3 (patch)
tree1b64a71c7561b5955149212a559b7abd1d486bd9 /packages/interactions/discord/commands/index.ts
parentfeat(interactions): Add age-verify command (diff)
downloadumabotdiscord-fceda4e9330984d9b62465e7d00c27c6ac36e8b3.tar.xz
umabotdiscord-fceda4e9330984d9b62465e7d00c27c6ac36e8b3.zip
feat(interactions): Add nsfw-apply command
Diffstat (limited to 'packages/interactions/discord/commands/index.ts')
-rw-r--r--packages/interactions/discord/commands/index.ts14
1 files changed, 14 insertions, 0 deletions
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",