diff --git a/src/app/premium/page.tsx b/src/app/premium/page.tsx index b23bfff..3db52d1 100644 --- a/src/app/premium/page.tsx +++ b/src/app/premium/page.tsx @@ -51,9 +51,9 @@ const PLAN_DETAILS = [ features: [ "Premium Bot Support", "Private Patreon Channel Access", + "Custom Queue Banner Image", "Custom Queue Embed Color", "Discord Role", - "Private Channel Access", ], }, @@ -82,8 +82,8 @@ const PLAN_DETAILS = [ description: "Enable Best of series for the extremely competitive", }, { - title: "InHouseQueue Seasons", - description: "Fully automated seasons. Dedicated leaderboards, queues and MMR. (Coming Soon)", + title: "InHouseQueue Decay System", + description: "Boost your server engagement. Players lose MMR for inactivity. Fully customisable", }, { title: "Premium Challenges", @@ -95,9 +95,9 @@ const PLAN_DETAILS = [ "Hide player names", "Queue dodge Penalties", "Best of 3 / Best of 5", - "InHouseQueue Seasons", + "InHouseQueue Decay System", "Premium Challenges (Coming Soon)", - "ALL Tier 1 Benefits (Coming Soon)", + "ALL Tier 1 Benefits", ], }, diff --git a/src/data/commands.ts b/src/data/commands.ts index f6ed78d..1ef95c6 100644 --- a/src/data/commands.ts +++ b/src/data/commands.ts @@ -1257,6 +1257,17 @@ const commands = [ "premium ignore_decay @Faker Overwatch", ] }, + { + "name": "premium custom_bot", + "type": "Premium", + "description": "Create your Custom White label bot", + "usage": [ + "/premium custom_bot [bot_token]", + ], + "examples": [ + "premium custom_bot MTAy....", + ] + }, // { // "name": "hero", diff --git a/src/partials/Footer.tsx b/src/partials/Footer.tsx index 9f406b0..2da8301 100644 --- a/src/partials/Footer.tsx +++ b/src/partials/Footer.tsx @@ -34,7 +34,7 @@ export default function Footer(props: { withBorder?: boolean }) {
  • - + Support