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)
return;
await channel.SendConfirmAsync("📣 " + quote.Text.SanitizeMentions());
await channel.SendMessageAsync("📣 " + quote.Text.SanitizeMentions());
}
[NadekoCommand, Usage, Description, Aliases]