From d275dc36b233a4a62ecf27219c84b7be66d144ac Mon Sep 17 00:00:00 2001 From: Alan Beatty Date: Sat, 18 Dec 2021 11:13:02 +0000 Subject: [PATCH] Update xpex channel to use the right string --- src/NadekoBot/Modules/Xp/Xp.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Xp/Xp.cs b/src/NadekoBot/Modules/Xp/Xp.cs index dcf851b3f..646a2c286 100644 --- a/src/NadekoBot/Modules/Xp/Xp.cs +++ b/src/NadekoBot/Modules/Xp/Xp.cs @@ -1,4 +1,4 @@ -using Discord; +using Discord; using Discord.Commands; using Discord.WebSocket; using NadekoBot.Common.Attributes; @@ -274,7 +274,7 @@ namespace NadekoBot.Modules.Xp } else { - await ReplyConfirmLocalizedAsync(strs.excluded(Format.Bold(channel.ToString()))); + await ReplyConfirmLocalizedAsync(strs.not_excluded(Format.Bold(channel.ToString()))); } }