Merge pull request #35 from Kwoth/dev

up
This commit is contained in:
samvaio 2016-12-10 17:47:46 +05:30 committed by GitHub
commit ce3a01d8db
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ namespace NadekoBot.Modules.Utility
if (quote == null) if (quote == null)
return; return;
await channel.SendConfirmAsync("📣 " + quote.Text.SanitizeMentions()); await channel.SendMessageAsync("📣 " + quote.Text.SanitizeMentions());
} }
[NadekoCommand, Usage, Description, Aliases] [NadekoCommand, Usage, Description, Aliases]

View File

@ -5127,7 +5127,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <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> /// </summary>
public static string remind_usage { public static string remind_usage {
get { get {

View File

@ -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&gt;w&gt;d&gt;h&gt;m) example: 1w5d3h10m. Third argument is a (multiword)message.</value> <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&gt;w&gt;d&gt;h&gt;m) example: 1w5d3h10m. Third argument is a (multiword)message.</value>
</data> </data>
<data name="remind_usage" xml:space="preserve"> <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>
<data name="remindtemplate_cmd" xml:space="preserve"> <data name="remindtemplate_cmd" xml:space="preserve">
<value>remindtemplate</value> <value>remindtemplate</value>