From cef283587c771e3afd1de3eb91a7d15ba85e86f8 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 3 May 2024 11:37:57 +0200 Subject: [PATCH] fix(command): #4 --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index e4a9e25..e2245e4 100644 --- a/main.go +++ b/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,