diff options
| author | Fuwn <[email protected]> | 2025-09-27 15:43:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-27 15:43:36 -0700 |
| commit | de8571db0e7e4500efb7557904b9cfd536ee0c8d (patch) | |
| tree | 1b0c924e762301bc3eaa26f1adc3a7ab0c437746 /packages/interactions | |
| parent | feat(gateway:moderationAgent): Update notification text (diff) | |
| download | umabotdiscord-de8571db0e7e4500efb7557904b9cfd536ee0c8d.tar.xz umabotdiscord-de8571db0e7e4500efb7557904b9cfd536ee0c8d.zip | |
feat(gateway:moderationAgent): Expand action skipping behaviours
Diffstat (limited to 'packages/interactions')
| -rw-r--r-- | packages/interactions/discord/commands/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/interactions/discord/commands/index.ts b/packages/interactions/discord/commands/index.ts index 8f4968a..b4c6721 100644 --- a/packages/interactions/discord/commands/index.ts +++ b/packages/interactions/discord/commands/index.ts @@ -93,7 +93,8 @@ export const COLOURS_COMMAND: DiscordCommand = { export const ROLEPLAY_VERIFY_COMMAND: DiscordCommand = { name: "roleplay-verify", - description: "Manage the verified roleplay role (Admin/Roleplay Curator only)", + description: + "Manage the verified roleplay role (Admin/Roleplay Curator only)", options: [ { type: 3, |