Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oVo-HxBots committed Jun 29, 2024
1 parent e58fb46 commit 96ad5c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pyrogram import Client, idle
from plugins.cb_data import app as Client2
from config import *

from web import keep_alive


bot = Client(
Expand All @@ -27,3 +27,7 @@

else:
bot.run()

if __name__ == "__main__":
keep_alive()
app.run()

0 comments on commit 96ad5c8

Please sign in to comment.