tests, docs from dev

This commit is contained in:
Kwoth
2016-10-10 00:44:50 +02:00
parent 51f02233c6
commit f468edbfc2
21 changed files with 922 additions and 778 deletions

View File

@@ -140,7 +140,7 @@ namespace NadekoBot.Modules.Help
}
helpstr = helpstr.Replace(NadekoBot.Client.GetCurrentUser().Username , "@BotName");
#if DEBUG
File.WriteAllText("../../docs/commandslist.md", helpstr.ToString());
File.WriteAllText("../../docs/Commands List.md", helpstr.ToString());
#else
File.WriteAllText("commandlist.md", helpstr.ToString());
#endif