fix for release builds
This commit is contained in:
parent
fa1eeff06f
commit
f5fc34ff64
@ -92,7 +92,7 @@ namespace NadekoBot.Classes.Help.Commands
|
|||||||
#if DEBUG
|
#if DEBUG
|
||||||
File.WriteAllText("../../../docs/Commands List.md", helpstr.ToString());
|
File.WriteAllText("../../../docs/Commands List.md", helpstr.ToString());
|
||||||
#else
|
#else
|
||||||
File.WriteAllText("commandlist.md", helpstr);
|
File.WriteAllText("commandlist.md", helpstr.ToString());
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user