From 7c12f379baa074699b02a7a14dfa37bc638bd858 Mon Sep 17 00:00:00 2001
From: Von Random <von@mechanus.net>
Date: Sat, 9 Nov 2024 22:39:58 +0200
Subject: [PATCH] more cosmetics

---
 pgbotlib/commands.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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)