diff --git a/pgbotlib/commands.py b/pgbotlib/commands.py index 09deedd..8f6011c 100644 --- a/pgbotlib/commands.py +++ b/pgbotlib/commands.py @@ -127,8 +127,7 @@ class Commander: case '.help': response = self.DOC case '.chat': - #response = str(chat_id) - response = f'chat_id: {chat_id}\npeer_id: {peer_id}' + response = str(chat_id) case '.users': users = await self.client.get_participants(entity=peer_id) response = self.__list_users(users)