zarox commited on
Commit
917fbb7
·
1 Parent(s): 488c75f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)