diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-05-03 11:37:57 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-05-03 11:37:57 +0200 |
| commit | cef283587c771e3afd1de3eb91a7d15ba85e86f8 (patch) | |
| tree | 3df0176338accbb3cb026e84f5ffeb3ed020fd46 /main.go | |
| parent | fed5dde8e263c0d3f9a7c477d5b5c7705eae8f31 (diff) | |
fix(command): #4
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |
