aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-05-03 11:37:57 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-05-03 11:37:57 +0200
commitcef283587c771e3afd1de3eb91a7d15ba85e86f8 (patch)
tree3df0176338accbb3cb026e84f5ffeb3ed020fd46
parentfed5dde8e263c0d3f9a7c477d5b5c7705eae8f31 (diff)
fix(command): #4
-rw-r--r--main.go4
1 files 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,