From 457eae04e74283efec0ed2f2e7743f0c96f727b3 Mon Sep 17 00:00:00 2001 From: blank X Date: Mon, 31 May 2021 10:47:40 +0700 Subject: [PATCH] Fix showing description if using .info by itself --- sukuinote/plugins/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sukuinote/plugins/info.py b/sukuinote/plugins/info.py index ac4d6a3..b4b6fe5 100644 --- a/sukuinote/plugins/info.py +++ b/sukuinote/plugins/info.py @@ -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: