Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneebrahman authored Mar 17, 2023
1 parent a2a1513 commit 804a589
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ async def autoapprove(c, m):
try:
await c.approve_chat_join_request(m.chat.id, m.from_user.id)
button = [[
InlineKeyboardButton('🎬JOIN MOVIE CHANNEL🎬', url='https://t.me/CKTalkies')
InlineKeyboardButton('🎬JOIN MOVIE CHANNEL🎬', url='https://t.me/movies_channel001')
],[
InlineKeyboardButton('📽️JOIN MOVIE GROUP📽️', url='https://t.me/at3movies')
InlineKeyboardButton('📽️JOIN MOVIE GROUP📽️', url='https://t.me/MH_moviesgroup01')
]]
markup = InlineKeyboardMarkup(button)
caption = f'Hello {m.from_user.mention()}\nYou Request To Join {m.chat.title} Was Approved.'
Expand All @@ -48,9 +48,9 @@ async def start(c, m):
I'm an auto approve Admin Join Requests Bot.
I can approve users in Groups/Channels.Add me to your chat and promote me to admin with add members permission.'''
button = [[
InlineKeyboardButton('💎JOIN GROUP✅️', url='https://t.me/at3movies')
InlineKeyboardButton('💎JOIN GROUP✅️', url='https://t.me/MH_moviesgroup01')
],[
InlineKeyboardButton('📣UPDATES🔔', url='https://t.me/MLZ_BOTZ')
InlineKeyboardButton('📣UPDATES🔔', url='https://t.me/movies_channel001')
]]
await m.reply_photo(
photo='https://telegra.ph/file/f7738f04ea74e16c9db02.jpg',
Expand Down

0 comments on commit 804a589

Please sign in to comment.