Fixed .guide links

This commit is contained in:
Master Kwoth 2017-06-29 18:40:13 +02:00
parent 728539528f
commit cb5fdde6d0

View File

@ -155,8 +155,8 @@ namespace NadekoBot.Modules.Help
public async Task Guide()
{
await ConfirmLocalized("guide",
"http://nadekobot.readthedocs.io/en/1.3x/Commands%20List/",
"http://nadekobot.readthedocs.io/en/1.3x/").ConfigureAwait(false);
"http://nadekobot.readthedocs.io/en/latest/Commands%20List/",
"http://nadekobot.readthedocs.io/en/latest/").ConfigureAwait(false);
}
[NadekoCommand, Usage, Description, Aliases]