-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemotes.py
More file actions
33 lines (22 loc) · 1.12 KB
/
Copy pathemotes.py
File metadata and controls
33 lines (22 loc) · 1.12 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
#status
online= '✅'
offline= '🤢'
idle= '😘'
dnd= '💕'
do_not_disturb= '🙂'
home_emoji = '<:home:1193362091793461300>'
info_emoji = '<:info:1193341331767046355>'
support_emoji = '<:support:1193297802344800256>'
log_emoji= '<:log:1193296122165334147>'
no_data_emoji ='<:no_data:1193341367175364730>'
ban_emoji = '<:ban:1193341344765190175>'
unban_emoji = '<:unban:1193341394178293830>'
prisoner_emoji ='<:prisoner:1193341380211249252>'
true_gif_top = '<a:ttopleft:1193360242516430869><a:ttopright:1193360244273844296>'
true_gif_buttom= '<a:tbuttomleft:1193360246366806066><a:tbuttomright:1193360247348273245>'
true_png_top= '<:ttopleft:1193364668513783829><:ttopright:1193364667939168356>'
true_png_buttom= '<:tbuttomleft:1193364665804263484><:tbuttomright:1193364664780869712>'
false_gif_top= '<a:ftopleft:1193361325133406298><a:ftopright:1193361321014603837>'
false_gif_buttom= '<a:fbuttomleft:1193361322180612176><a:fbuttomright:1193361324135165982>'
false_png_top= '<:ftopleft:1193364720829345882><:ftopright:1193364719894011904>'
false_png_buttom= '<:fbuttomleft:1193364718241468528><:fbuttomright:1193364717176103062>'