commit
ce3a01d8db
@ -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]
|
||||
|
@ -5127,7 +5127,7 @@ namespace NadekoBot.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 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!`.
|
||||
/// </summary>
|
||||
public static string remind_usage {
|
||||
get {
|
||||
|
@ -790,7 +790,7 @@
|
||||
<value>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.</value>
|
||||
</data>
|
||||
<data name="remind_usage" xml:space="preserve">
|
||||
<value>`{0}remind me 1d5h Do something` or `{0}remind #general Start now!`</value>
|
||||
<value>`{0}remind me 1d5h Do something` or `{0}remind #general 1m Start now!`</value>
|
||||
</data>
|
||||
<data name="remindtemplate_cmd" xml:space="preserve">
|
||||
<value>remindtemplate</value>
|
||||
|
Loading…
Reference in New Issue
Block a user