Skip to content

Commit

Permalink
update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Jul 12, 2024
1 parent 3e84a94 commit 66db557
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 66db557

Please sign in to comment.