Повышен уровень логгирования

This commit is contained in:
2025-08-22 01:18:20 +07:00
parent 535ebfff16
commit 72c4fcc349
6 changed files with 8 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ class MainAdminModule(commands.Cog):
@commands.Cog.listener()
async def on_ready(self):
print(f'KrekFunBot admin module activated')
self.client.logging.info(f'KrekFunBot admin module activated')
self.krekchat = await self.client.fetch_guild(constants["krekchat"])
self.me = disnake.utils.get(self.krekchat.roles, id=constants["me"])