Merge branch 'xpstrspatch' into 'v3'

Update xpex channel to use the right string

See merge request Kwoth/nadekobot!201
This commit is contained in:
Kwoth
2021-12-18 21:11:06 +00:00

View File

@@ -1,4 +1,4 @@
using Discord; using Discord;
using Discord.Commands; using Discord.Commands;
using Discord.WebSocket; using Discord.WebSocket;
using NadekoBot.Common.Attributes; using NadekoBot.Common.Attributes;
@@ -278,7 +278,7 @@ namespace NadekoBot.Modules.Xp
} }
else else
{ {
await ReplyConfirmLocalizedAsync(strs.excluded(Format.Bold(channel.ToString()))); await ReplyConfirmLocalizedAsync(strs.not_excluded(Format.Bold(channel.ToString())));
} }
} }