diff options
| author | Fuwn <[email protected]> | 2025-09-13 15:56:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-13 16:05:18 -0700 |
| commit | 3e442642316c6246b3d488d6fb58dfa00d3bce95 (patch) | |
| tree | 030022dff3039c480790a9fdc610226a908c142d /src/discord | |
| parent | fix(server): Replace complaint channel ID (diff) | |
| download | umabotdiscord-3e442642316c6246b3d488d6fb58dfa00d3bce95.tar.xz umabotdiscord-3e442642316c6246b3d488d6fb58dfa00d3bce95.zip | |
feat: Colour role distribution command
Diffstat (limited to 'src/discord')
| -rw-r--r-- | src/discord/commands.ts | 5 |
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", +}; |