Update pyUltroid/startup/funcs.py
Browse files
pyUltroid/startup/funcs.py
CHANGED
|
@@ -475,8 +475,8 @@ async def ready():
|
|
| 475 |
|
| 476 |
try:
|
| 477 |
await ultroid_bot(JoinChannelRequest("TheUltroid"))
|
| 478 |
-
except Exception
|
| 479 |
-
|
| 480 |
|
| 481 |
|
| 482 |
async def WasItRestart(udb):
|
|
|
|
| 475 |
|
| 476 |
try:
|
| 477 |
await ultroid_bot(JoinChannelRequest("TheUltroid"))
|
| 478 |
+
except Exception:
|
| 479 |
+
pass
|
| 480 |
|
| 481 |
|
| 482 |
async def WasItRestart(udb):
|