mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
fix: make clear command required
This commit is contained in:
@@ -57,7 +57,8 @@ export default commandModule({
|
||||
{
|
||||
name: 'usuario',
|
||||
description: 'el usuario al que quitar el aviso.',
|
||||
type: ApplicationCommandOptionType.User
|
||||
type: ApplicationCommandOptionType.User,
|
||||
required: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user