diff options
| author | Fuwn <[email protected]> | 2025-10-01 21:11:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-01 21:11:16 -0700 |
| commit | eba0d406f1fc414784528fb25805d9a6e3593690 (patch) | |
| tree | 5ecc548b0cccf0c4c86881b01924b51fedbec5bf /packages/interactions/discord/commands | |
| parent | feat(interactions): Support GIFs in audit logs (diff) | |
| download | umabotdiscord-eba0d406f1fc414784528fb25805d9a6e3593690.tar.xz umabotdiscord-eba0d406f1fc414784528fb25805d9a6e3593690.zip | |
feat(interactions): Add age-verify audit log
Diffstat (limited to 'packages/interactions/discord/commands')
| -rw-r--r-- | packages/interactions/discord/commands/index.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/interactions/discord/commands/index.ts b/packages/interactions/discord/commands/index.ts index c916d85..0825d66 100644 --- a/packages/interactions/discord/commands/index.ts +++ b/packages/interactions/discord/commands/index.ts @@ -185,5 +185,12 @@ export const AGE_VERIFY_COMMAND: DiscordCommand = { }, ], }, + { + type: 3, + name: "reason", + description: + "Reason for verification (how and why you verified the user)", + required: true, + }, ], }; |