From 146b9e283721a279a9e5aaba7c3469690ba6cf55 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sun, 9 Oct 2016 23:25:08 +0200 Subject: [PATCH] Commandlist generated --- src/NadekoBot/Modules/Help/Help.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Help/Help.cs b/src/NadekoBot/Modules/Help/Help.cs index 7cf03ca9..24d7ecc8 100644 --- a/src/NadekoBot/Modules/Help/Help.cs +++ b/src/NadekoBot/Modules/Help/Help.cs @@ -140,7 +140,7 @@ namespace NadekoBot.Modules.Help } helpstr = helpstr.Replace(NadekoBot.Client.GetCurrentUser().Username , "@BotName"); #if DEBUG - File.WriteAllText("../../../../../docs/Commands List.md", helpstr.ToString()); + File.WriteAllText("../../docs/Commands List.md", helpstr.ToString()); #else File.WriteAllText("commandlist.md", helpstr.ToString()); #endif