fix for release builds

This commit is contained in:
Kwoth 2016-08-04 04:31:57 +02:00
parent fa1eeff06f
commit f5fc34ff64

View File

@ -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
};