We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9b824 commit b3875bbCopy full SHA for b3875bb
bot.py
@@ -73,7 +73,6 @@ def __init__(self):
73
self.metadata_loop = None
74
self.formatter = SafeFormatter()
75
self.loaded_cogs = ["cogs.modmail", "cogs.plugins", "cogs.utility"]
76
- self.log_file_name = os.path.join(temp_dir, f"{self.token.split('.')[0]}.log")
77
self._connected = asyncio.Event()
78
self.start_time = datetime.utcnow()
79
@@ -82,6 +81,7 @@ def __init__(self):
82
81
83
self.threads = ThreadManager(self)
84
+ self.log_file_name = os.path.join(temp_dir, f"{self.token.split('.')[0]}.log")
85
self._configure_logging()
86
87
mongo_uri = self.config["mongo_uri"]
0 commit comments