changed links
This commit is contained in:
parent
25e31faa6e
commit
156a28f3f4
@ -156,8 +156,8 @@ You can support the project on patreon: <https://patreon.com/nadekobot> or paypa
|
|||||||
var channel = (ITextChannel)umsg.Channel;
|
var channel = (ITextChannel)umsg.Channel;
|
||||||
|
|
||||||
await channel.SendMessageAsync(
|
await channel.SendMessageAsync(
|
||||||
@"**LIST OF COMMANDS**: <http://nadekobot.readthedocs.io/en/1.0/Commands%20List/>
|
@"**LIST OF COMMANDS**: <http://nadekobot.readthedocs.io/en/latest/Commands%20List/>
|
||||||
**Hosting Guides and docs can be found here**: <http://nadekobot.readthedocs.io/en/1.0/>").ConfigureAwait(false);
|
**Hosting Guides and docs can be found here**: <http://nadekobot.readthedocs.io/en/latest/>").ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
[NadekoCommand, Usage, Description, Aliases]
|
[NadekoCommand, Usage, Description, Aliases]
|
||||||
|
@ -96,7 +96,7 @@ namespace NadekoBot.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 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: <http://nadekobot.readthedocs.io/en/1.0/Custom%20Reactions/>.
|
/// 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: <http://nadekobot.readthedocs.io/en/latest/Custom%20Reactions/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string addcustreact_desc {
|
public static string addcustreact_desc {
|
||||||
get {
|
get {
|
||||||
|
@ -427,7 +427,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 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: <http://nadekobot.readthedocs.io/en/1.0/Custom%20Reactions/></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: <http://nadekobot.readthedocs.io/en/latest/Custom%20Reactions/></value>
|
||||||
</data>
|
</data>
|
||||||
<data name="addcustreact_usage" xml:space="preserve">
|
<data name="addcustreact_usage" xml:space="preserve">
|
||||||
<value>`{0}acr "hello" Hi there %user%`</value>
|
<value>`{0}acr "hello" Hi there %user%`</value>
|
||||||
|
@ -36,7 +36,7 @@ For a specific command help, use `{1}h CommandName` (for example {1}h !!q)
|
|||||||
|
|
||||||
|
|
||||||
**LIST OF COMMANDS CAN BE FOUND ON THIS LINK**
|
**LIST OF COMMANDS CAN BE FOUND ON THIS LINK**
|
||||||
<http://nadekobot.readthedocs.io/en/1.0/Commands%20List/>
|
<http://nadekobot.readthedocs.io/en/latest/Commands%20List/>
|
||||||
|
|
||||||
|
|
||||||
Nadeko Support Server: https://discord.gg/0ehQwTK2RBjAxzEY";
|
Nadeko Support Server: https://discord.gg/0ehQwTK2RBjAxzEY";
|
||||||
|
Loading…
Reference in New Issue
Block a user