diff --git a/json/settings.json b/json/settings.json index ec4b5efb..cc06ee33 100644 --- a/json/settings.json +++ b/json/settings.json @@ -34,7 +34,8 @@ "Streaming", "Playing", "Listening", - "Watching" + "Watching", + "Competing" ], "default": 0, "special": [ @@ -82,6 +83,16 @@ "class": "activityInput" } ] + }, + { + "id": 5, + "needs": [ + { + "type": "shortinput", + "placeholder": "Name of the competition / game / activity", + "class": "activityInput" + } + ] } ] },