-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.commands.json
62 lines (62 loc) · 1.15 KB
/
sample.commands.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"command": "!alert",
"image": "",
"audio": "",
"video": "",
"message": "",
"say": "",
"timelimit": "5000",
"cooldown": "90000"
},
{
"command": "!test",
"image": "teklynk_logo.png",
"audio": "",
"video": "",
"message": "",
"say": "",
"timelimit": "8000",
"cooldown": "90000"
},
{
"command": "!fart",
"image": "",
"audio": "fart1.mp3",
"video": "",
"message": "",
"say": "",
"timelimit": "3000",
"cooldown": "90000"
},
{
"command": "!dance",
"image": "",
"audio": "",
"video": "safetydance.webm",
"message": "DANCE!",
"say": "Lets DANCE!",
"timelimit": "60000",
"cooldown": "90000"
},
{
"command": "!catjam",
"image": "catjam.gif",
"audio": "",
"video": "",
"message": "",
"say": "",
"timelimit": "10000",
"cooldown": "90000"
},
{
"command": "!fediversefollow",
"image": "catjam.gif",
"audio": "song2.mp3",
"video": "",
"message": "Thanks for the follow {username}!",
"say": "Thanks for the follow {username}!",
"timelimit": "6000",
"cooldown": "1000"
}
]