forked from Hjgaming/New-Arbotix-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
emoji.js
63 lines (63 loc) · 2.44 KB
/
emoji.js
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
module.exports = {
/**
* Fill emojis with your own preferences
*/
"misc": {
"loading": "<a:loading:784864000956694558>",
"xmark": "<:xmark:784863982871511060>",
"check": "<:check:784863987610943528>",
"coin": "🪙",
"profile":"<:profile:814175783438254110>"
},
"presence": {
"animidle": "<a:idle:801198955072323635>",
"animoffline": "<a:offline:784863990639493120>",
"animdnd": "<a:dnd:784863998230659092>",
"animonline": "<a:online:784864010846601226>",
"online": "<:online:801199621099094016>",
"offline": "<:offline:801199835784151150>",
"dnd": "<:dnd:801199734769057834>",
"idle": "<:idle:801199687809499206>"
},
"server": {
"rules": "<:rules:801200490742415390>",
"cooldown": "<:cooldown:783845379120693249>",
"authorized": "<:authorized:783782069746008095>",
"role": "<:role:814174246179438623>",
"text": "<:text_channel:801577339607187496>",
"vc": "<:voice_channel:801577429860745236>",
"join":"<:welcome:814174245856346142>"
},
"bot": {
"warn": "<:warn:789530447373533184>",
"command": "<:command:789531672143200317>",
"second": "<:second:789531672538251265>",
"vote": "<:vote:789531672588451930>",
"first": "<:first:789531672633802762>",
"alert": "<:alert:789531672667881513>",
"third": "<:third:789531672911544331>",
"disabled": "<:disabled:783845378943483915>",
"bitcoin": "<:bitcoin:809103620737335296>"
},
"help": { // Property name HAS to match one of the following folders in "Commands"
"administrator": "<:administrator:813202655182192681>",
"utility": "<:utility:802227236723228672>",
"developer": "<:developer:813203304976482307>",
"general": "<:flag:804095791705620560>",
"economy": "<:money:813809931005198382>",
"images":"<:image:810945961345679411>",
"fun":"<:fun:813205669930336276>"
},
"reward": {
"r2": "<:r2:812828115738427416>",
"e2": "<:e2:812829469483466782>",
"w2": "<:w2:812829725860298773>",
"a2": "<:a2:812828059614314507>",
"d2": "<:d2:812829531919614042>",
"r1": "<:r1:812837066459054102>",
"e1": "<:e1:812837091938926635>",
"w1": "<:w1:812837040995565578>",
"a1": "<:a1:812837118719819807>",
"d1": "<:d1:812837106303893534>"
}
}