diff options
| author | Fuwn <[email protected]> | 2025-09-26 21:08:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-26 21:08:43 -0700 |
| commit | a679552ff14991afac588e8ea90384c07f3e5541 (patch) | |
| tree | caa4f7f147fb982d3d963f2c0177b28ad0723d75 /packages/interactions/discord/commands | |
| parent | feat(gateway:moderationAgent): Overhaul agent (diff) | |
| download | umabotdiscord-a679552ff14991afac588e8ea90384c07f3e5541.tar.xz umabotdiscord-a679552ff14991afac588e8ea90384c07f3e5541.zip | |
feat(interactions): Rename roleplay verification slash command
Diffstat (limited to 'packages/interactions/discord/commands')
| -rw-r--r-- | packages/interactions/discord/commands/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/interactions/discord/commands/index.ts b/packages/interactions/discord/commands/index.ts index 115ad4d..8f4968a 100644 --- a/packages/interactions/discord/commands/index.ts +++ b/packages/interactions/discord/commands/index.ts @@ -91,9 +91,9 @@ export const COLOURS_COMMAND: DiscordCommand = { description: "Show the distribution of colour roles in the server", }; -export const ROLEPLAY_SERIOUS_COMMAND: DiscordCommand = { - name: "roleplay-serious", - description: "Manage the serious roleplay role (Admin/Roleplay Curator only)", +export const ROLEPLAY_VERIFY_COMMAND: DiscordCommand = { + name: "roleplay-verify", + description: "Manage the verified roleplay role (Admin/Roleplay Curator only)", options: [ { type: 3, |