0.3 - Checks in Befehlen als Decorators (#114) #115

Merged
Ebola-Chan merged 7 commits from #114 into 0.3 2022-11-14 21:50:00 +01:00
Showing only changes of commit 905182931c - Show all commits

View File

@ -68,7 +68,7 @@ class ClientUtilsService(ClientUtilsServiceABC):
async def check_if_bot_is_ready_yet_and_respond(self, ctx: Context) -> bool:
result = await self.check_if_bot_is_ready_yet()
if result:
if not result:
await self._message_service.send_ctx_msg(ctx, self._t.transform('common.errors.bot_not_ready_yet'), without_tracking=True)
return result