diff options
| author | Fuwn <[email protected]> | 2025-10-01 21:04:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-01 21:04:29 -0700 |
| commit | c2ba8c2c4b2d0bde82149a357e616f582fc92e28 (patch) | |
| tree | 6e0bd86f18a17376f6e2588aa37471c23485b3de /packages/interactions/discord/commands | |
| parent | feat(interactions): Add nsfw-apply command (diff) | |
| download | umabotdiscord-c2ba8c2c4b2d0bde82149a357e616f582fc92e28.tar.xz umabotdiscord-c2ba8c2c4b2d0bde82149a357e616f582fc92e28.zip | |
feat(interactions): Support GIFs in audit logs
Diffstat (limited to 'packages/interactions/discord/commands')
| -rw-r--r-- | packages/interactions/discord/commands/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/interactions/discord/commands/index.ts b/packages/interactions/discord/commands/index.ts index 0a13e33..c916d85 100644 --- a/packages/interactions/discord/commands/index.ts +++ b/packages/interactions/discord/commands/index.ts @@ -141,8 +141,7 @@ export const ROLEPLAY_VERIFY_COMMAND: DiscordCommand = { export const AGE_VERIFY_COMMAND: DiscordCommand = { name: "age-verify", - description: - "Manage the verified age role (Staff only)", + description: "Manage the verified age role (Staff only)", options: [ { type: 3, |