Fix showing description if using .info by itself

This commit is contained in:
blank X 2021-05-31 10:47:40 +07:00
parent 2679989bb9
commit 457eae04e7
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def _generate_sexy(entity, ping):
@log_errors
@public_log_errors
async def info(client, message):
entity = message.chat
entity = message.chat.id
command = message.command
command.pop(0)
if command: