Updated .acr description

This commit is contained in:
Kwoth 2016-10-09 05:14:58 +02:00
parent 96289a1844
commit 0bc377b0c2
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ namespace NadekoBot.Resources {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Add a custom reaction. Guide here: &lt;https://github.com/Kwoth/NadekoBot/wiki/Custom-Reactions&gt;. /// Looks up a localized string similar to Add a custom reaction with a trigger and a response. Running this command in server requires Administration permission. Running this command in DM is Bot Owner only and adds a new global custom reaction. Guide here: &lt;https://github.com/Kwoth/NadekoBot/wiki/Custom-Reactions&gt;.
/// </summary> /// </summary>
public static string addcustreact_desc { public static string addcustreact_desc {
get { get {

View File

@ -436,7 +436,7 @@
<value>addcustreact acr</value> <value>addcustreact acr</value>
</data> </data>
<data name="addcustreact_desc" xml:space="preserve"> <data name="addcustreact_desc" xml:space="preserve">
<value>Add a custom reaction. Guide here: &lt;https://github.com/Kwoth/NadekoBot/wiki/Custom-Reactions&gt;</value> <value>Add a custom reaction with a trigger and a response. Running this command in server requires Administration permission. Running this command in DM is Bot Owner only and adds a new global custom reaction. Guide here: &lt;https://github.com/Kwoth/NadekoBot/wiki/Custom-Reactions&gt;</value>
</data> </data>
<data name="addcustreact_usage" xml:space="preserve"> <data name="addcustreact_usage" xml:space="preserve">
<value>`.acr "hello" Hi there %user%`</value> <value>`.acr "hello" Hi there %user%`</value>