We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 992d783 + 396b582 commit c72978fCopy full SHA for c72978f
1 file changed
json/settings.json
@@ -34,7 +34,8 @@
34
"Streaming",
35
"Playing",
36
"Listening",
37
- "Watching"
+ "Watching",
38
+ "Competing"
39
],
40
"default": 0,
41
"special": [
@@ -82,6 +83,16 @@
82
83
"class": "activityInput"
84
}
85
]
86
+ },
87
+ {
88
+ "id": 5,
89
+ "needs": [
90
91
+ "type": "shortinput",
92
+ "placeholder": "Name of the competition / game / activity",
93
+ "class": "activityInput"
94
+ }
95
+ ]
96
97
98
},
0 commit comments