From 66db55794f79eadcde3eb7ac1a7e3fe2c16b1fc8 Mon Sep 17 00:00:00 2001 From: 5hojib Date: Fri, 12 Jul 2024 12:02:18 +0600 Subject: [PATCH] update __main__.py --- bot/__main__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/__main__.py b/bot/__main__.py index 00fd8a17a..40dd65c49 100644 --- a/bot/__main__.py +++ b/bot/__main__.py @@ -97,8 +97,6 @@ async def stats(_, message): @new_thread async def start(client, message): - buttons = ButtonMaker() - reply_markup = buttons.column(2) if len(message.command) > 1 and message.command[1] == "private": await deleteMessage(message) elif len(message.command) > 1 and len(message.command[1]) == 36: