mirror of
https://github.com/Nick80835/microbot
synced 2025-08-28 13:08:42 +00:00
make logs more consistent
This commit is contained in:
parent
300ccd9e31
commit
42ccbfd1c4
@ -34,9 +34,9 @@ class MicroBot():
|
|||||||
|
|
||||||
async def run_until_done(self):
|
async def run_until_done(self):
|
||||||
self.loader.load_all_modules()
|
self.loader.load_all_modules()
|
||||||
self.logger.info("Client successfully started.")
|
self.logger.info("Bot successfully started.")
|
||||||
await self.client.run_until_disconnected()
|
await self.client.run_until_disconnected()
|
||||||
await self.stop_client(reason="Client disconnected.")
|
await self.stop_client(reason="Bot disconnected.")
|
||||||
|
|
||||||
def _check_config(self):
|
def _check_config(self):
|
||||||
api_key = self.settings.get_config("api_key")
|
api_key = self.settings.get_config("api_key")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user