diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-21 18:47:48 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-05-21 18:47:48 +0200 |
| commit | fe5b06cb6380e568e7f207d08abecb34ddb36232 (patch) | |
| tree | a61adedc5c98815294346767e6c44b4f8bef7339 /commands | |
| parent | ceffa15763fe3f61621beb7fd400bc43d2aadc9e (diff) | |
fix(commands config): typo in show default channel
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |
