Add new file

This commit is contained in:
Justuser 2022-11-05 11:08:11 +00:00
parent 780096b691
commit 26f7fcd7d9

24
var.py Normal file
View File

@ -0,0 +1,24 @@
def init():
global steps;global pnum;global anick;global pnick
#Step(reg / pay / other)
steps = {}
#Pay number
# pnum = 0
pnum = {}
#Pay nick
# pnick = ""
pnick = {}
#Auth nick
# anick = ""
anick = {}
#CHANGE!!!
global db
db = {}
global API_TEST ; global API_MAIN
#MAIN
API_MAIN = 'Your token'
#TEST
API_TEST = ''