summaryrefslogtreecommitdiff
path: root/src/discord/interfaces.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-24 02:41:29 -0700
committerFuwn <[email protected]>2025-09-24 02:41:29 -0700
commit34999aff50c56244bc00fbdb01c2d3de2fd56119 (patch)
tree8f3ece6488d05f26e9e24013d2cb801af5fd7cfd /src/discord/interfaces.ts
parentfeat: Appeal slash command (diff)
downloadumabotdiscord-34999aff50c56244bc00fbdb01c2d3de2fd56119.tar.xz
umabotdiscord-34999aff50c56244bc00fbdb01c2d3de2fd56119.zip
feat: Restrict complain and appeal commands to DMs
Diffstat (limited to 'src/discord/interfaces.ts')
-rw-r--r--src/discord/interfaces.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/interfaces.ts b/src/discord/interfaces.ts
index 63b8e82..bc8683c 100644
--- a/src/discord/interfaces.ts
+++ b/src/discord/interfaces.ts
@@ -69,6 +69,7 @@ export interface DiscordCommand {
name: string;
description: string;
options?: DiscordCommandOption[];
+ contexts?: number[];
}
export interface DiscordCommandOption {