more cosmetics
This commit is contained in:
parent
d84707900d
commit
7c12f379ba
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue