1.2.0 #406

Merged
edraft merged 20 commits from 1.2.0 into dev 2023-10-22 11:54:10 +02:00
Showing only changes of commit a87380f6f8 - Show all commits

View File

@ -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():