Quote fix

This commit is contained in:
Kwoth 2016-12-10 01:18:08 +01:00
parent 7d4eee729d
commit 4fdee8f6ee

View File

@ -57,7 +57,7 @@ namespace NadekoBot.Modules.Utility
if (quote == null) if (quote == null)
return; return;
await channel.SendConfirmAsync("📣 " + quote.Text.SanitizeMentions()); await channel.SendMessageAsync("📣 " + quote.Text.SanitizeMentions());
} }
[NadekoCommand, Usage, Description, Aliases] [NadekoCommand, Usage, Description, Aliases]