forked from LEGEND-AI/INVITEALL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfig.py
87 lines (81 loc) · 2.27 KB
/
Config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
from os import getenv
from dotenv import load_dotenv
load_dotenv()
STRING = getenv("STRING")
STRING2 = getenv("STRING2")
STRING3 = getenv("STRING3")
STRING4 = getenv("STRING4")
STRING5 = getenv("STRING5")
STRING6 = getenv("STRING6")
STRING7 = getenv("STRING7")
STRING8 = getenv("STRING8")
STRING9 = getenv("STRING9")
STRING10 = getenv("STRING10")
STRING11 = getenv("STRING11")
STRING12 = getenv("STRING12")
STRING13 = getenv("STRING13")
STRING14 = getenv("STRING14")
STRING15 = getenv("STRING15")
STRING16 = getenv("STRING16")
STRING17 = getenv("STRING17")
STRING18 = getenv("STRING18")
STRING19 = getenv("STRING19")
STRING20 = getenv("STRING20")
STRING21 = getenv("STRING21")
STRING22 = getenv("STRING22")
STRING23 = getenv("STRING23")
STRING24 = getenv("STRING24")
STRING25 = getenv("STRING25")
API_ID = getenv("API_ID")
API_ID2 = getenv("API_ID2")
API_ID3 = getenv("API_ID3")
API_ID4 = getenv("API_ID4")
API_ID5 = getenv("API_ID5")
API_ID6 = getenv("API_ID6")
API_ID7 = getenv("API_ID7")
API_ID8 = getenv("API_ID8")
API_ID9 = getenv("API_ID9")
API_ID10 = getenv("API_ID10")
API_ID11 = getenv("API_ID11")
API_ID12 = getenv("API_ID12")
API_ID13 = getenv("API_ID13")
API_ID14 = getenv("API_ID14")
API_ID15 = getenv("API_ID15")
API_ID16 = getenv("API_ID16")
API_ID17 = getenv("API_ID17")
API_ID18 = getenv("API_ID18")
API_ID19 = getenv("API_ID19")
API_ID20 = getenv("API_ID20")
API_ID21 = getenv("API_ID21")
API_ID22 = getenv("API_ID22")
API_ID23 = getenv("API_ID23")
API_ID24 = getenv("API_ID24")
API_ID25 = getenv("API_ID25")
API_H = getenv("API_H")
API_H2 = getenv("API_H2")
API_H3 = getenv("API_H3")
API_H4 = getenv("API_H4")
API_H5 = getenv("API_H5")
API_H6 = getenv("API_H6")
API_H7 = getenv("API_H7")
API_H8 = getenv("API_H8")
API_H9 = getenv("API_H9")
API_H10 = getenv("API_H10")
API_H11 = getenv("API_H11")
API_H12 = getenv("API_H12")
API_H13 = getenv("API_H13")
API_H14 = getenv("API_H14")
API_H15 = getenv("API_H15")
API_H16 = getenv("API_H16")
API_H17 = getenv("API_H17")
API_H18 = getenv("API_H18")
API_H19 = getenv("API_H19")
API_H20 = getenv("API_H20")
API_H21 = getenv("API_H21")
API_H22 = getenv("API_H22")
API_H23 = getenv("API_H23")
API_H24 = getenv("API_H24")
API_H25 = getenv("API_H25")
BIO_MESSAGE = getenv("BIO")
SUDO = list(map(int, getenv("SUDO").split()))
GROUP_USERNAME = getenv("GROUP_USERNAME")