7 Commits

3 changed files with 6 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
ujson==5.7.0
ujson==5.8.0
py-cord[speed]==2.4.1

View File

@@ -1,2 +1,2 @@
py-cord==2.4.1
requests==2.29.0
requests==2.31.0

View File

@@ -7,15 +7,16 @@ except Exception as exp:
)
exit()
from os import getpid
from os import getpid, path
from functions import *
pid = getpid()
version = 2.2
version = 2.3
if (
loadJson("config.json")["owner"] == "SET-OWNER-ID"
not path.exists("config.json")
or loadJson("config.json")["owner"] == "SET-OWNER-ID"
or loadJson("config.json")["bot_token"] == "SET-BOT-TOKEN"
):
print(