xdragxt commited on
Commit
b77f7df
·
verified ·
1 Parent(s): 4a5428f

Update pyUltroid/startup/funcs.py

Browse files
Files changed (1) hide show
  1. pyUltroid/startup/funcs.py +2 -2
pyUltroid/startup/funcs.py CHANGED
@@ -475,8 +475,8 @@ async def ready():
475
 
476
  try:
477
  await ultroid_bot(JoinChannelRequest("TheUltroid"))
478
- except Exception as er:
479
- LOGS.exception(er)
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):