fix(commands config): typo in show default channel

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-21 18:47:48 +02:00
parent ceffa15763
commit fe5b06cb63
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5

View file

@ -51,7 +51,7 @@ func ConfigShow(s *discordgo.Session, i *discordgo.InteractionCreate) {
Color: utils.Success,
Fields: []*discordgo.MessageEmbedField{
{
Name: "Salons par défaut",
Name: "Salon par défaut",
Value: defaultChan,
Inline: false,
},