Print username on on_ready
This commit is contained in:
parent
717c750bb6
commit
9976bfded5
2
main.py
2
main.py
@ -32,7 +32,7 @@ class DiscordTTSBot(commands.Bot, Observ.Subject):
|
||||
asyncio.create_task(self.close())
|
||||
|
||||
async def on_ready(self):
|
||||
logger.debug('Bot is ready')
|
||||
logger.debug(f'Bot is ready: {self.user.name}')
|
||||
|
||||
async def on_message(self, message: discord.Message) -> None:
|
||||
if message.guild is None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user