Skip to content

Commit

Permalink
typo | =
Browse files Browse the repository at this point in the history
  • Loading branch information
yashoswalyo committed Aug 10, 2022
1 parent a265dee commit f5ac3cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,9 +576,8 @@ async def makeButtons(bot: Client, m: Message, db: dict):
userBot.send_message(chat_id=int(LOGCHANNEL), text="Bot booted with Premium Account,\n\n Thanks for using <a href='https://github.com/yashoswalyo/merge-bot'>this repo</a>",disable_web_page_preview=True)
user = userBot.get_me()
IS_PREMIUM = user.is_premium
print(IS_PREMIUM)
except:
IS_PREMIUM == False
IS_PREMIUM = False
pass

mergeApp.run()

0 comments on commit f5ac3cb

Please sign in to comment.