aboutsummaryrefslogtreecommitdiff
path: root/commands/config.go
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-06 16:14:30 +0200
committerWilliam Hergès <william@herges.fr>2025-08-06 16:14:30 +0200
commit7c9d6571fd6179837ca9fb9d30bf2ea82dc81197 (patch)
tree43d9c48ee4de4c93edcef3df245823f0a89f031a /commands/config.go
parentcaa3b338a39d8b682d84ea3a3b5e12a04bd82fb5 (diff)
fix(config): not all interaction were ephemeral
Diffstat (limited to 'commands/config.go')
-rw-r--r--commands/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/config.go b/commands/config.go
index d6cbfc2..f0c17eb 100644
--- a/commands/config.go
+++ b/commands/config.go
@@ -75,8 +75,8 @@ func Config(_ *discordgo.Session, i *discordgo.InteractionCreate, _ cmd.OptionMa
).
AddOption(
// I don't have a better idea for this...
- component.NewSelectOption("Salons de repli", config.ModifyFallbackChannel).
- SetDescription("Spécifie le salon de repli").
+ component.NewSelectOption("Salons par défaut", config.ModifyFallbackChannel).
+ SetDescription("Spécifie le salon par défaut").
SetEmoji(&discordgo.ComponentEmoji{Name: "💾"}),
).
AddOption(