Spaces:
Running
Running
Update chatbot/plugins/start.py
Browse files- 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 |
)
|