fix(command): #4

This commit is contained in:
Anhgelus Morhtuuzh 2024-05-03 11:37:57 +02:00
parent fed5dde8e2
commit cef283587c
No known key found for this signature in database
GPG key ID: CF4550297832A29F

View file

@ -87,8 +87,8 @@ func main() {
"type",
"Type d'action à effectuer",
).
AddChoice(gokord.NewChoice("Désactiver", "add")).
AddChoice(gokord.NewChoice("Activer", "del")).IsRequired(),
AddChoice(gokord.NewChoice("Désactiver le salon", "add")).
AddChoice(gokord.NewChoice("Activer le salon", "del")).IsRequired(),
).
AddOption(gokord.NewOption(
discordgo.ApplicationCommandOptionChannel,