fix(command): #4
This commit is contained in:
parent
fed5dde8e2
commit
cef283587c
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue