Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Gorn committed Jun 9, 2024
1 parent c531385 commit 8399c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async def main():
client.session = session
if client.config.AUTH_USERS:
client.config.AUTH_USERS.append(client.config.OWNER_ID)
client.logger.info(f'{client.me.first_name} Started!')
client.logger.info(f'{client.bot.me.first_name} Started!')
await idle()


Expand Down

0 comments on commit 8399c6b

Please sign in to comment.