summaryrefslogtreecommitdiff
path: root/src/discord/interfaces.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-18 15:03:56 -0700
committerFuwn <[email protected]>2025-09-18 15:03:56 -0700
commit4eeb271c6a7a39edbaa1ee021234f6325d40b8b8 (patch)
tree98f8af46e531321328c761f084bf8f9da627782d /src/discord/interfaces.ts
parentfix(server): Correct colour role IDs (diff)
downloadumabotdiscord-4eeb271c6a7a39edbaa1ee021234f6325d40b8b8.tar.xz
umabotdiscord-4eeb271c6a7a39edbaa1ee021234f6325d40b8b8.zip
feat: Add roleplay-serious command
Diffstat (limited to 'src/discord/interfaces.ts')
-rw-r--r--src/discord/interfaces.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/discord/interfaces.ts b/src/discord/interfaces.ts
index 6b26876..63b8e82 100644
--- a/src/discord/interfaces.ts
+++ b/src/discord/interfaces.ts
@@ -29,6 +29,8 @@ export interface DiscordInteraction {
username: string;
avatar?: string;
};
+ roles?: string[];
+ permissions?: string;
};
}