Skip to content

Commit

Permalink
Fix: update invite links (#126)
Browse files Browse the repository at this point in the history
* docs: add readme for external docs

* fix: update invite links
  • Loading branch information
HenrySpartGlobal authored Nov 16, 2024
1 parent 017dbe8 commit d3d017e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function HomePage() {

<Button
variant="primary"
href="https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=1101927804016&scope=bot"
href="https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=2433051696&scope=bot"
target="_blank"
>
Add to Discord
Expand Down
2 changes: 1 addition & 1 deletion src/partials/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Footer(props: { withBorder?: boolean }) {
</Link>
</li>
<li>
<a href="https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=1101927804016&scope=bot">
<a href="https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=2433051696&scope=bot">
Invite
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/partials/Home/CallToAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function CallToAction() {
{/* invite button */}
<Button
variant="secondary"
href="https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=1101927804016&scope=bot"
href="https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=2433051696&scope=bot"
target="_blank"
>
Add to Discord
Expand Down
2 changes: 1 addition & 1 deletion src/partials/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const links = [
},
{
name: "Invite",
href: "https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=1101927804016&scope=bot"
href: "https://discord.com/api/oauth2/authorize?client_id=1001168331996409856&permissions=2433051696&scope=bot"
},
{
name: "Support",
Expand Down

0 comments on commit d3d017e

Please sign in to comment.