randydev commited on
Commit
2def3b8
·
verified ·
1 Parent(s): 65df315

Update chatbot/plugins/start.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/start.py +6 -0
chatbot/plugins/start.py CHANGED
@@ -74,6 +74,12 @@ async def startbot(client: Client, message: Message):
74
  text="Channel",
75
  url='https://t.me/RendyProjects'
76
  )
 
 
 
 
 
 
77
  ]
78
  ]
79
  )
 
74
  text="Channel",
75
  url='https://t.me/RendyProjects'
76
  )
77
+ ],
78
+ [
79
+ InlineKeyboardButton(
80
+ text="Donate Via Web",
81
+ web_app=WebAppInfourl(url="https://sociabuzz.com/randydev99/tribe")
82
+ )
83
  ]
84
  ]
85
  )