randydev commited on
Commit
9a1e0ec
·
verified ·
1 Parent(s): 2def3b8

Update chatbot/plugins/start.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/start.py +1 -1
chatbot/plugins/start.py CHANGED
@@ -78,7 +78,7 @@ async def startbot(client: Client, message: Message):
78
  [
79
  InlineKeyboardButton(
80
  text="Donate Via Web",
81
- web_app=WebAppInfourl(url="https://sociabuzz.com/randydev99/tribe")
82
  )
83
  ]
84
  ]
 
78
  [
79
  InlineKeyboardButton(
80
  text="Donate Via Web",
81
+ web_app=WebAppInfo(url="https://sociabuzz.com/randydev99/tribe")
82
  )
83
  ]
84
  ]