summaryrefslogtreecommitdiff
path: root/src/discord/commands.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-13 15:56:50 -0700
committerFuwn <[email protected]>2025-09-13 16:05:18 -0700
commit3e442642316c6246b3d488d6fb58dfa00d3bce95 (patch)
tree030022dff3039c480790a9fdc610226a908c142d /src/discord/commands.ts
parentfix(server): Replace complaint channel ID (diff)
downloadumabotdiscord-3e442642316c6246b3d488d6fb58dfa00d3bce95.tar.xz
umabotdiscord-3e442642316c6246b3d488d6fb58dfa00d3bce95.zip
feat: Colour role distribution command
Diffstat (limited to 'src/discord/commands.ts')
-rw-r--r--src/discord/commands.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/discord/commands.ts b/src/discord/commands.ts
index bcf8cba..85ff7c0 100644
--- a/src/discord/commands.ts
+++ b/src/discord/commands.ts
@@ -70,3 +70,8 @@ export const COMPLAIN_COMMAND: DiscordCommand = {
},
],
};
+
+export const COLOURS_COMMAND: DiscordCommand = {
+ name: "colours",
+ description: "Show the distribution of colour roles in the server",
+};