Update xpex channel to use the right string

This commit is contained in:
Alan Beatty
2021-12-18 11:13:02 +00:00
parent 2d92424dd4
commit d275dc36b2

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;
@@ -274,7 +274,7 @@ namespace NadekoBot.Modules.Xp
} }
else else
{ {
await ReplyConfirmLocalizedAsync(strs.excluded(Format.Bold(channel.ToString()))); await ReplyConfirmLocalizedAsync(strs.not_excluded(Format.Bold(channel.ToString())));
} }
} }