This commit is contained in:
Ayush Saini 2023-08-19 02:43:00 +05:30
parent 463c3f9928
commit 4cebf909e3
9 changed files with 35 additions and 34 deletions

View file

@ -17,6 +17,7 @@ import time
from datetime import datetime
import _babase
import _bascenev1
from typing import TYPE_CHECKING
import babase
@ -64,7 +65,7 @@ class modSetup(babase.Plugin):
bootstraping()
servercheck.checkserver().start()
ServerUpdate.check()
bs.apptimer(5, account.updateOwnerIps)
bs.AppTimer(5, account.updateOwnerIps)
if settings["afk_remover"]['enable']:
afk_check.checkIdle().start()
if (settings["useV2Account"]):