commandlist, now really
This commit is contained in:
parent
146b9e2837
commit
2f6deebb55
@ -140,7 +140,7 @@ namespace NadekoBot.Modules.Help
|
|||||||
}
|
}
|
||||||
helpstr = helpstr.Replace(NadekoBot.Client.GetCurrentUser().Username , "@BotName");
|
helpstr = helpstr.Replace(NadekoBot.Client.GetCurrentUser().Username , "@BotName");
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
File.WriteAllText("../../docs/Commands List.md", helpstr.ToString());
|
File.WriteAllText("../../docs/commandslist.md", helpstr.ToString());
|
||||||
#else
|
#else
|
||||||
File.WriteAllText("commandlist.md", helpstr.ToString());
|
File.WriteAllText("commandlist.md", helpstr.ToString());
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user