diff options
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", +}; |