more cosmetics

This commit is contained in:
Von Random 2024-11-09 22:39:58 +02:00
parent d84707900d
commit 7c12f379ba

View file

@ -127,8 +127,7 @@ class Commander:
case '.help': case '.help':
response = self.DOC response = self.DOC
case '.chat': case '.chat':
#response = str(chat_id) response = str(chat_id)
response = f'chat_id: {chat_id}\npeer_id: {peer_id}'
case '.users': case '.users':
users = await self.client.get_participants(entity=peer_id) users = await self.client.get_participants(entity=peer_id)
response = self.__list_users(users) response = self.__list_users(users)