diff --git a/kdb-bot/src/bot_core/abc/task_abc.py b/kdb-bot/src/bot_core/abc/task_abc.py index 990b95b0..d068fd37 100644 --- a/kdb-bot/src/bot_core/abc/task_abc.py +++ b/kdb-bot/src/bot_core/abc/task_abc.py @@ -16,7 +16,7 @@ class TaskABC(commands.Cog): @ServiceProviderABC.inject async def _wait_until_ready(self, config: ConfigurationABC, logger: TaskLogger, bot: DiscordBotServiceABC): - logger.debug(__name__, f"Waiting before checking steam special offers") + logger.debug(__name__, f"Waiting before {type(self).__name__}") await bot.wait_until_ready() async def wait():