-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsymbols.py
More file actions
executable file
·59 lines (58 loc) · 2.24 KB
/
symbols.py
File metadata and controls
executable file
·59 lines (58 loc) · 2.24 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
#!/usr/bin/python
emoji = {
'{B}' : '<:B_:539182646396452884>',
'{C}' : '<:C_:539182646266167296>',
'{E}' : '<:E_:539273905475682307>',
'{G}' : '<:G_:539182646463299613>',
'{Q}' : '<:Q_:539200096936525824>',
'{R}' : '<:R_:539182646585196574>',
'{S}' : '<:S_:539263093390311433>',
'{T}' : '<:T_:539200096986988554>',
'{U}' : '<:U_:539182646006120468>',
'{W}' : '<:W_:539182646727671828>',
'{X}' : '<:X_:539200142448787458>',
'{Y}' : '<:Y_:539263115104354305>',
'{0}' : '<:0_:539182641430265861>',
'{1}' : '<:1_:539182641531060225>',
'{2}' : '<:2_:539182644613611540>',
'{3}' : '<:3_:539182641413488650>',
'{4}' : '<:4_:539182643825082379>',
'{5}' : '<:5_:539182641531060284>',
'{6}' : '<:6_:539182641837113344>',
'{7}' : '<:7_:539182641858084897>',
'{8}' : '<:8_:539182642378309682>',
'{9}' : '<:9_:539182645742141473>',
'{10}' : '<:10:539189556013039626>',
'{11}' : '<:11:539189556096794632>',
'{12}' : '<:12:539189556881129502>',
'{13}' : '<:13:539189556151451658>',
'{14}' : '<:14:539189555819970582>',
'{15}' : '<:15:539189556298383361>',
'{16}' : '<:16:539189556138737684>',
'{W/U}' : '<:WU:538633017393152002>',
'{W/B}' : '<:WB:538633017456066581>',
'{U/B}' : '<:UB:538633017611124736>',
'{U/R}' : '<:UR:538633017711919126>',
'{B/R}' : '<:BR:538633017443221504>',
'{B/G}' : '<:BG:538633016868864032>',
'{R/G}' : '<:RG:538633017397346314>',
'{R/W}' : '<:RW:538633017493684235>',
'{G/W}' : '<:GW:538633017321717764>',
'{G/U}' : '<:GU:538633017531301888>',
'{W/P}' : '<:WP:539182646530539520>',
'{U/P}' : '<:UP:539182646471688202>',
'{B/P}' : '<:BP:539182646408773644>',
'{R/P}' : '<:RP:539182646522019880>',
'{G/P}' : '<:GP:539182646383869961>',
'{2/W}' : '<:2W:539199392310362112>',
'{2/U}' : '<:2U:539199392230539274>',
'{2/B}' : '<:2B:539199392091996180>',
'{2/R}' : '<:2R:539199392264093708>',
'{2/G}' : '<:2G:539199391920291842>',
'{CHAOS}': '<:chaos:539267274272669697>',
'{17}' : '<:17:539263258029326339>',
'{18}' : '<:18:539263257786187797>',
'{19}' : '<:19:539263257937051669>',
'{20}' : '<:20:539263258121469953>',
'{Z}' : '<:Z_:539274051072294930>',
}