fix missing description crashing validation
This commit is contained in:
parent
80fd2ac842
commit
7c09ea4758
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ export class EpitlsBot {
|
|||
.addUserOption(
|
||||
new SlashCommandUserOption()
|
||||
.setName("user")
|
||||
.setDescription("l'utilisateur à dissocier.")
|
||||
.setRequired(true),
|
||||
).toJSON();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue