stop the bot
Browse files- App/app.py +1 -1
App/app.py
CHANGED
|
@@ -30,7 +30,7 @@ async def startup_event():
|
|
| 30 |
await database.connect()
|
| 31 |
# await database.execute("pragma journal_mode=wal;")
|
| 32 |
|
| 33 |
-
await bot.start()
|
| 34 |
# if SERVER_STATE.MASTER:
|
| 35 |
|
| 36 |
# response = await manager.register_worker()
|
|
|
|
| 30 |
await database.connect()
|
| 31 |
# await database.execute("pragma journal_mode=wal;")
|
| 32 |
|
| 33 |
+
# await bot.start()
|
| 34 |
# if SERVER_STATE.MASTER:
|
| 35 |
|
| 36 |
# response = await manager.register_worker()
|