Skip to content

Commit

Permalink
feat: add custom white label command (#127)
Browse files Browse the repository at this point in the history
* docs: add readme for external docs

* feat: add white label command, adjust premium webpage
  • Loading branch information
HenrySpartGlobal authored Nov 12, 2024
1 parent e206bda commit a986dea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/app/premium/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
},

Expand Down Expand Up @@ -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",
Expand All @@ -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",
],
},

Expand Down
11 changes: 11 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/partials/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Footer(props: { withBorder?: boolean }) {
</a>
</li>
<li>
<a href="https://discord.com/invite/8DZQcpxnbB">
<a href="https://discord.gg/rT9cZD3tkA">
Support
</a>
</li>
Expand Down

0 comments on commit a986dea

Please sign in to comment.