Compare commits
7 Commits
7a379cf97e
...
i18n
Author | SHA1 | Date | |
---|---|---|---|
e94883f6ad | |||
465838a196 | |||
a059fb0518 | |||
c4ee74753b | |||
492edc242f | |||
66c0ad7ee8 | |||
c1ee1b50ab |
@@ -1,2 +1,2 @@
|
||||
ujson==5.7.0
|
||||
ujson==5.8.0
|
||||
py-cord[speed]==2.4.1
|
@@ -1,2 +1,2 @@
|
||||
py-cord==2.4.1
|
||||
requests==2.29.0
|
||||
requests==2.31.0
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user