Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VJBots authored Aug 6, 2024
1 parent 36c1edd commit 8abb50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@Client.on_message(filters.command("start") & filters.incoming)
async def start(client, message):
await message.react(emoji="🔥", big=True)
await message.react(emoji="🔥")
if message.chat.type in [enums.ChatType.GROUP, enums.ChatType.SUPERGROUP]:
buttons = [[
InlineKeyboardButton('⤬ Aᴅᴅ Mᴇ Tᴏ Yᴏᴜʀ Gʀᴏᴜᴘ ⤬', url=f'http://t.me/{temp.U_NAME}?startgroup=true')
Expand Down

0 comments on commit 8abb50b

Please sign in to comment.