From 3e442642316c6246b3d488d6fb58dfa00d3bce95 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 13 Sep 2025 15:56:50 -0700 Subject: feat: Colour role distribution command --- src/discord/commands.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/discord') 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", +}; -- cgit v1.2.3