Skip to content

Commit

Permalink
fix buttonurlinvalid
Browse files Browse the repository at this point in the history
  • Loading branch information
subinps authored Nov 1, 2021
1 parent b0e59fc commit f632b50
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 @@ -17,7 +17,7 @@ async def start(client, message):
if message.chat.type in ['group', 'supergroup']:
buttons = [
[
InlineKeyboardButton('🤖 Updates', url='https://TeamEvamaria')
InlineKeyboardButton('🤖 Updates', url='https://t.me/TeamEvamaria')
],
[
InlineKeyboardButton('ℹ️ Help', url=f"https://t.me/{temp.U_NAME}?start=help"),
Expand Down

0 comments on commit f632b50

Please sign in to comment.