some minor changes

This commit is contained in:
bacon
2024-03-07 21:37:50 +03:00
parent 9934c5272c
commit 73cf9f3c6e
6 changed files with 10 additions and 90 deletions

2
bot.py
View File

@@ -33,7 +33,7 @@ asyncio.run(work_with_cogs('load', bot, asyncio.run(cog_list())))
@bot.event
async def on_ready():
logger.info(f'Bot started')
logger.info('Bot started')
logger.info(f'Disnake version {disnake.__version__}')
logger.info('We have logged in as {0.user}'.format(bot))
logger.info(f'Version of bot is - v{ver.major}.{ver.minor}.{ver.micro}-{ver.releaselevel}')