Переделан интерфейс логгера
This commit is contained in:
@@ -32,7 +32,7 @@ class MainRolesModule(commands.Cog):
|
||||
|
||||
@commands.Cog.listener()
|
||||
async def on_ready(self):
|
||||
self.client.logging.info(f'KrekFunBot roles module activated')
|
||||
self.client.logger.info(f'KrekFunBot roles module activated')
|
||||
krekchat = await self.client.fetch_guild(constants["krekchat"])
|
||||
self.me = disnake.utils.get(krekchat.roles, id=constants["me"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user