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)