forked from synapticsim/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.07 KB
/
config.json
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
{
"commands": [
{
"name": "when",
"ty": "simple",
"args": {
"title": "When will the A22X release?",
"response": "We have no release date or development deadlines set for the A22X at the moment as our team consists purely of volunteers dedicating their free time to this project."
}
},
{
"name": "decals",
"ty": "image",
"args": {
"url": "https://media.discordapp.net/attachments/649343789747535887/911498321762332693/unknown.png"
}
},
{
"name": "monke",
"ty": "image",
"args": {
"url": "https://media.discordapp.net/attachments/798566992138207282/893910995884445746/unknown.png"
}
},
{
"name": "whoosh",
"ty": "image",
"args": {
"url": "https://media.discordapp.net/attachments/649343789747535887/911738718262538311/unknown.png"
}
},
{
"name": "whened",
"ty": "image",
"args": {
"url": "https://media.discordapp.net/attachments/648923102260232203/911719184822587433/meme.png"
}
}
]
}