Fixed second usage of .remind
This commit is contained in:
parent
4fdee8f6ee
commit
2f40648dd5
@ -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