-
Notifications
You must be signed in to change notification settings - Fork 0
/
commands.json
47 lines (47 loc) · 1.36 KB
/
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
[
{
"command": "!uptime",
"reply": "Current uptime: [uptime]",
"msgTypeCode": "1"
},
{
"command": "!game",
"reply": "[channelName] is playing [liveCategory] ([liveCategoryValue])!",
"msgTypeCode": "1"
},
{
"command": "!title",
"reply": "Live title: [title]",
"msgTypeCode": "1"
},
{
"command": "!follow",
"reply": "[nickname] followed [channelName] at [followDate]!",
"msgTypeCode": "1"
},
{
"command": "!uptime",
"reply": "Current uptime: [uptime]",
"msgTypeCode": "1"
},
{
"command": "!viewer",
"reply": "Current viewer count: [concurrentUserCount]",
"msgTypeCode": "1"
},
{
"command": "!totalviewer",
"reply": "Total view count: [accumulateCount]",
"msgTypeCode": "1"
},
{
"command": "!allinfo",
"reply": "nickname: [nickname] / channelName: [channelName] / message: [message] / title: [title] / uptime: [uptime] / concurrentUserCount: [concurrentUserCount] / accumulateCount: [accumulateCount] / categoryType: [categoryType] / liveCategory: [liveCategory] / liveCategoryValue: [liveCategoryValue] / chatActive: [chatActive] / chatAvailableGroup: [chatAvailableGroup] / paidPromotion: [paidPromotion] / followDate: [followDate]",
"msgTypeCode": "1"
},
{
"command": "!donationonly",
"reply": "This is donation only command!",
"msgTypeCode": "10"
}
]