Compare commits
15 Commits
Author | SHA1 | Date | |
---|---|---|---|
05ef845ed4 | |||
f4d5be0684 | |||
a7ca860607 | |||
31fa855277 | |||
dad789f6f5 | |||
f7eea8732f | |||
ffb7226cb8 | |||
741ba48c23 | |||
a46e6e5a96 | |||
60b736149f | |||
38f149c1e5 | |||
d1166c06a0 | |||
65bcda21c1 | |||
40ee70cd7e | |||
e9948009d9 |
@ -1,7 +1,7 @@
|
||||

|
||||
[](https://discord.gg/nadekobot)
|
||||
[](http://nadekobot.readthedocs.io/en/latest/?badge=latest)
|
||||
[](http://nadekobot.xyz)
|
||||
[](http://nadekobot.me)
|
||||
[](https://discordapp.com/oauth2/authorize?client_id=170254782546575360&scope=bot&permissions=66186303)
|
||||
[](http://nadekobot.readthedocs.io/en/latest/Commands%20List/)
|
||||
|
||||
|
@ -159,8 +159,8 @@ namespace NadekoBot.Modules.Help
|
||||
public async Task Guide()
|
||||
{
|
||||
await ConfirmLocalized("guide",
|
||||
"http://nadekobot.readthedocs.io/en/latest/Commands%20List/",
|
||||
"http://nadekobot.readthedocs.io/en/latest/").ConfigureAwait(false);
|
||||
"http://nadekobot.readthedocs.io/en/1.3x/Commands%20List/",
|
||||
"http://nadekobot.readthedocs.io/en/1.3x/").ConfigureAwait(false);
|
||||
}
|
||||
|
||||
[NadekoCommand, Usage, Description, Aliases]
|
||||
|
Reference in New Issue
Block a user