From 4fdee8f6ee4dccc805d635600a70f326ffa97d16 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 10 Dec 2016 01:18:08 +0100 Subject: [PATCH] Quote fix --- src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs b/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs index be1f4dae..cb4eb654 100644 --- a/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs +++ b/src/NadekoBot/Modules/Utility/Commands/QuoteCommands.cs @@ -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]