From f3c86ba9a2853d9ec434f73521c290b26c5ba267 Mon Sep 17 00:00:00 2001 From: abhishek335 <62733015+abhishek335@users.noreply.github.com> Date: Sat, 13 Jun 2020 16:21:13 +0530 Subject: [PATCH] Update admin.py --- tg_bot/modules/admin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tg_bot/modules/admin.py b/tg_bot/modules/admin.py index e4085dd9..d4ec926d 100644 --- a/tg_bot/modules/admin.py +++ b/tg_bot/modules/admin.py @@ -345,7 +345,6 @@ def adminlist(bot: Bot, update: Update): if status == "administrator": text += "\n`👮🏻 `{}".format(name) - members = "\n\n*Members:*\n`🙍‍♂️ ` {} users".format(count) msg.reply_text(text + members, parse_mode=ParseMode.MARKDOWN)