fix(config): not all interaction were ephemeral

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-06 16:14:30 +02:00
parent caa3b338a3
commit 7c9d6571fd
Signed by: anhgelus
GPG key ID: 617773CACE89052C
3 changed files with 16 additions and 11 deletions

View file

@ -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(