Put logs into correct folder
This commit is contained in:
parent
48338805bd
commit
c1c657a7c2
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ namespace Bot
|
|||
LogFormat = LogFormat.Replace("%MESSAGE%", Message);
|
||||
LogFormat = LogFormat.Replace("%UUID%", SenderID.ToString());
|
||||
|
||||
|
||||
filename = "GroupChatLogs/" + filename;
|
||||
try
|
||||
{
|
||||
lock (_writeLock)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue