-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.py
More file actions
43 lines (39 loc) · 1.6 KB
/
constants.py
File metadata and controls
43 lines (39 loc) · 1.6 KB
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
# SnappyBeasts: -1001398316625
# debug private Chat: 750707743
TRUSTED_CHAT_IDS = [-1001398316625, 750707743]
COMMANDS_RAW = {
"help": {
"name":"help",
"description": "I will show you a lists of services I provide."
},
"drink": {
"name": "drink",
"description": "Tell me you drank a beer.",
},
"spill":{
"name": "spill",
"description": "Tell me you spilled a beer."
},
"showonlineclients": {
"name": "showonlineclients",
"description": "I will show you a list of online clients"
},
"praisetheleader": {
"name": "praisetheleader",
"description": "Praise the great leader <b>Carlo the I.</b>"
}
}
PRAISE_LIST = [
"fat", "chubby", "Chief", "Master" ,"Sovereign", "Royal", "Princely",
"Majestic", "Magnificent", "Grand", "King", "Lear", "Aristocratic", "Regal",
"Great", "Good", "Mighty", "Ancient", "Lawful", "Crowned", "Glorious",
"Powerful", "Wise", "Gracious", "Proud", "Holy","Worthy", "Rightful",
"Constitutional", "Legitimate", "Strong", "Sacred", "Honorable", "Fierce",
"Wonderful", "Renowned", "Peaceful", "Excellent", "Lawful", "Honest", "Generous",
"Friendly", "Faithfull", "Courteous", "Courageous", "Bold", "Legendary", "Historic",
"Responsible", "Spiritual", "Fabulous", "Energetic", "Elective", "Divine", "Throned",
"monarchical", "imperial", "Ambitious", "supreme", "highborn", "noble", "blue-blooded",
"kinglike", "dignified", "lordly", "resplendent", "sumptuous", "splendiferous",
"heroic", "gallant"
]
EMOJI_LIST = ["👑","🥇","💛", "🍙","✨"]