summaryrefslogtreecommitdiff
path: root/packages/interactions/register.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-11-23 19:12:43 -0800
committerFuwn <[email protected]>2025-11-23 19:12:43 -0800
commita846ff2547f807a68522b36e447df6990e024aa2 (patch)
tree568112ab71d5c2965c18022a9ccc83a4862065cf /packages/interactions/register.ts
parentfeat(gateway:reactionRoles): Add additional handler (diff)
downloadumabotdiscord-a846ff2547f807a68522b36e447df6990e024aa2.tar.xz
umabotdiscord-a846ff2547f807a68522b36e447df6990e024aa2.zip
feat(interactions): Add role slash command
Diffstat (limited to 'packages/interactions/register.ts')
-rw-r--r--packages/interactions/register.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/interactions/register.ts b/packages/interactions/register.ts
index d5b0eb6..c864577 100644
--- a/packages/interactions/register.ts
+++ b/packages/interactions/register.ts
@@ -8,6 +8,7 @@ import {
COLOURS_COMMAND,
ROLEPLAY_VERIFY_COMMAND,
TOGGLE_PRIVILEGED_ACCESS_COMMAND,
+ ROLE_COMMAND,
type DiscordCommand,
} from "./discord/commands";
import dotenv from "dotenv";
@@ -38,6 +39,7 @@ const commands: DiscordCommand[] = [
COLOURS_COMMAND,
ROLEPLAY_VERIFY_COMMAND,
TOGGLE_PRIVILEGED_ACCESS_COMMAND,
+ ROLE_COMMAND,
];
const response = await fetch(url, {