diff --git a/NadekoBot/Modules/Help/Commands/HelpCommand.cs b/NadekoBot/Modules/Help/Commands/HelpCommand.cs index 065d48fd..9d41d7bd 100644 --- a/NadekoBot/Modules/Help/Commands/HelpCommand.cs +++ b/NadekoBot/Modules/Help/Commands/HelpCommand.cs @@ -92,7 +92,7 @@ namespace NadekoBot.Classes.Help.Commands #if DEBUG File.WriteAllText("../../../docs/Commands List.md", helpstr.ToString()); #else - File.WriteAllText("commandlist.md", helpstr); + File.WriteAllText("commandlist.md", helpstr.ToString()); #endif };