fix(commands config): typo in show default channel
This commit is contained in:
parent
ceffa15763
commit
fe5b06cb63
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ func ConfigShow(s *discordgo.Session, i *discordgo.InteractionCreate) {
|
||||||
Color: utils.Success,
|
Color: utils.Success,
|
||||||
Fields: []*discordgo.MessageEmbedField{
|
Fields: []*discordgo.MessageEmbedField{
|
||||||
{
|
{
|
||||||
Name: "Salons par défaut",
|
Name: "Salon par défaut",
|
||||||
Value: defaultChan,
|
Value: defaultChan,
|
||||||
Inline: false,
|
Inline: false,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue