mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-28 20:29:41 +01:00
set up logging and config settings
This commit is contained in:
parent
c74457a77a
commit
e11f66cec2
@ -125,7 +125,7 @@ class Client(discord.Bot, ABC):
|
|||||||
|
|
||||||
Basic logging abilities
|
Basic logging abilities
|
||||||
"""
|
"""
|
||||||
|
|
||||||
path_list = re.split('/| \\\\', self.__config.log_path)
|
path_list = re.split('/| \\\\', self.__config.log_path)
|
||||||
|
|
||||||
for i, folder in enumerate(path_list):
|
for i, folder in enumerate(path_list):
|
||||||
|
Loading…
Reference in New Issue
Block a user