From fe5b06cb6380e568e7f207d08abecb34ddb36232 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 21 May 2025 18:47:48 +0200 Subject: [PATCH] fix(commands config): typo in show default channel --- commands/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/config.go b/commands/config.go index 8df8664..a6a98d0 100644 --- a/commands/config.go +++ b/commands/config.go @@ -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, },