-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvariables.json
More file actions
68 lines (68 loc) · 1.41 KB
/
variables.json
File metadata and controls
68 lines (68 loc) · 1.41 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
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
64
65
66
67
68
{
"variables": [
{
"name":"$sender",
"description":"Username of user who triggered message"
},
{
"name":"$followage",
"description":"Followage of user"
},
{
"name":"$uptime",
"description":"Current stream uptime"
},
{
"name":"$viewers",
"description":"Current stream viewers"
},
{
"name":"$views",
"description":"Total channel views"
},
{
"name":"$topic",
"description":"Current game or category streaming"
},
{
"name":"$title",
"description":"Current title of the stream"
},
{
"name":"$followers",
"description":"Number of channel followers"
},
{
"name":"$subscribers",
"description":"Total number of channel subscribers"
},
{
"name":"$subscribers.newest",
"description":"The most recent subscriber's username"
},
{
"name":"$subscribers.newest.tier",
"description":"The most recent subscriber's tier"
},
{
"name":"$resubscribers.newest",
"description":"The most recent re-sub on the stream"
},
{
"name":"$resubscribers.newest.term",
"description":"The most recent re-subs's total months subscribed"
},
{
"name":"$followers.newest",
"description":"The most recent follower on stream"
},
{
"name":"$followers.newest.time.since",
"description":"Time since the last user followed the channel"
},
{
"name":"$commands",
"description":"Commands list"
}
]
}