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]
diff --git a/src/NadekoBot/Resources/CommandStrings.Designer.cs b/src/NadekoBot/Resources/CommandStrings.Designer.cs
index ca398e16..26273f63 100644
--- a/src/NadekoBot/Resources/CommandStrings.Designer.cs
+++ b/src/NadekoBot/Resources/CommandStrings.Designer.cs
@@ -5127,7 +5127,7 @@ namespace NadekoBot.Resources {
}
///
- /// Looks up a localized string similar to `{0}remind me 1d5h Do something` or `{0}remind #general Start now!`.
+ /// Looks up a localized string similar to `{0}remind me 1d5h Do something` or `{0}remind #general 1m Start now!`.
///
public static string remind_usage {
get {
diff --git a/src/NadekoBot/Resources/CommandStrings.resx b/src/NadekoBot/Resources/CommandStrings.resx
index e114f91c..0a3ae214 100644
--- a/src/NadekoBot/Resources/CommandStrings.resx
+++ b/src/NadekoBot/Resources/CommandStrings.resx
@@ -790,7 +790,7 @@
Sends a message to you or a channel after certain amount of time. First argument is me/here/'channelname'. Second argument is time in a descending order (mo>w>d>h>m) example: 1w5d3h10m. Third argument is a (multiword)message.
- `{0}remind me 1d5h Do something` or `{0}remind #general Start now!`
+ `{0}remind me 1d5h Do something` or `{0}remind #general 1m Start now!`
remindtemplate