From 36eb45b0058d9390fdf8b9bba172d4d7347950cf Mon Sep 17 00:00:00 2001 From: Karl Date: Mon, 29 Jun 2020 11:05:48 +0000 Subject: [PATCH] updates --- UpdateBot.sh | 0 data/group/subs.json | 55 ++++++++++++++++++++++++++++++++++++++------ 2 files changed, 48 insertions(+), 7 deletions(-) mode change 100644 => 100755 UpdateBot.sh diff --git a/UpdateBot.sh b/UpdateBot.sh old mode 100644 new mode 100755 diff --git a/data/group/subs.json b/data/group/subs.json index 8513bdc..554d2b7 100644 --- a/data/group/subs.json +++ b/data/group/subs.json @@ -4,42 +4,83 @@ "COST": 0, "STATUS": 1, "IMAGE": "./data/group/Insanity.jpg", - "APPS": ["XCIPTV Red", "White", "Black", "SMARTERS Green"] + "APPS": [ + "XCIPTV Red", + "White IM", + "Black IM", + "SMARTERS Green" + ] }, { "SUB": "VIP", "COST": 0, "STATUS": 1, "IMAGE": "./data/group/VIP.jpg", - "APPS": ["XCIPTV Blue", "Sky Q Yellow", "SMARTERS Green"] + "APPS": [ + "XCIPTV Blue", + "Sky Q Yellow", + "Purple IM", + "SMARTERS Green" + ] }, { "SUB": "Premium Plus", "COST": 0, "STATUS": 1, "IMAGE": "./data/group/Premium_Plus.jpg", - "APPS": ["XCIPTV Blue", "Sky Q Yellow", "SMARTERS Green"] + "APPS": [ + "XCIPTV Blue", + "Sky Q Yellow", + "Purple IM", + "SMARTERS Green" + ] }, { "SUB": "Premium", "COST": 0, "STATUS": 1, "IMAGE": "./data/group/Premium.jpg", - "APPS": ["SMARTERS Green"] + "APPS": [ + "XCIPTV Blue", + "Sky Q Yellow", + "Purple IM", + "SMARTERS Green" + ] }, { "SUB": "Gold", "COST": 0, "STATUS": 1, "IMAGE": "./data/group/Gold.jpg", - "APPS": ["XCIPTV Red", "Sky Q Yellow", "SMARTERS Green"] + "APPS": [ + "XCIPTV Red", + "Sky Q Yellow", + "Purple IM", + "SMARTERS Green" + ] }, { "SUB": "Bronze", "COST": 0, "STATUS": 1, "IMAGE": "./data/group/Bronze.jpg", - "APPS": ["White", "Black", "XCIPTV Red", "SMARTERS Green"] + "APPS": [ + "XCIPTV Red", + "White IM", + "Black IM", + "SMARTERS Green" + ] + }, + { + "SUB": "Competition Winner", + "COST": 0, + "STATUS": 1, + "IMAGE": "X", + "APPS": [ + "White IM", + "Black IM", + "SMARTERS Green" + ] }, { "SUB": "All of em", @@ -47,4 +88,4 @@ "STATUS": "X", "IMAGE": "X" } -] +] \ No newline at end of file