Fix showing description if using .info by itself
This commit is contained in:
parent
2679989bb9
commit
457eae04e7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue