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]