Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ async def broadcast_handler(event):
|
|
146 |
|
147 |
|
148 |
async def initiation():
|
149 |
-
await client.send_message(, "**Hugging is Running.**", buttons=[(Button.url("Execal", "https://t.me/execal"),)],)
|
150 |
|
151 |
if __name__ == '__main__':
|
152 |
client.start(bot_token=BOT_TOKEN)
|
|
|
146 |
|
147 |
|
148 |
async def initiation():
|
149 |
+
await client.send_message(-1001662130485, "**Hugging is Running.**", buttons=[(Button.url("Execal", "https://t.me/execal"),)],)
|
150 |
|
151 |
if __name__ == '__main__':
|
152 |
client.start(bot_token=BOT_TOKEN)
|