Put logs into correct folder

This commit is contained in:
Zontreck 2020-06-22 01:14:52 -07:00
parent 48338805bd
commit c1c657a7c2
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ namespace Bot
LogFormat = LogFormat.Replace("%MESSAGE%", Message);
LogFormat = LogFormat.Replace("%UUID%", SenderID.ToString());
filename = "GroupChatLogs/" + filename;
try
{
lock (_writeLock)