diff --git a/src/app/page.tsx b/src/app/page.tsx
index b184894..5baf96a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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
diff --git a/src/data/commands.ts b/src/data/commands.ts
index 1ef95c6..0a59d7c 100644
--- a/src/data/commands.ts
+++ b/src/data/commands.ts
@@ -865,6 +865,43 @@ const commands = [
         "/queue set_unique_leaderboard #queue Custom",
       ]
     },
+    {
+      "name": "queue suspend",
+      "type": "Admin",
+      "description": "Suspend a user from queueing temporarily.",
+      "usage": [
+        "/queue suspend [user] [duration] [reason]"
+      ],
+      "examples": [
+        "/queue suspend @User123 1d Spamming inappropriate content",
+        "/queue suspend @User456 2h Violation of rules",
+        "/queue suspend @User789"
+      ]
+    },
+    {
+      "name": "queue unsuspend",
+      "type": "Admin",
+      "description": "Remove a user's suspension from queueing.",
+      "usage": [
+        "/queue unsuspend [user] [reason]"
+      ],
+      "examples": [
+        "/queue unsuspend @User123 Apology accepted",
+        "/queue unsuspend @User456",
+        "/queue unsuspend @User789 Mistaken identity"
+      ]
+    },
+    {
+      "name": "queue suspensions",
+      "type": "Admin",
+      "description": "Display the list of currently suspended users.",
+      "usage": [
+        "/queue suspensions"
+      ],
+      "examples": [
+        "/queue suspensions"
+      ]
+    },
 
   // ~ Set-up
   {
diff --git a/src/partials/Footer.tsx b/src/partials/Footer.tsx
index 2da8301..aaa889b 100644
--- a/src/partials/Footer.tsx
+++ b/src/partials/Footer.tsx
@@ -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>
diff --git a/src/partials/Home/CallToAction.tsx b/src/partials/Home/CallToAction.tsx
index 4c4fdbc..8e15739 100644
--- a/src/partials/Home/CallToAction.tsx
+++ b/src/partials/Home/CallToAction.tsx
@@ -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
diff --git a/src/partials/Navbar.tsx b/src/partials/Navbar.tsx
index 03607e4..9f41d09 100644
--- a/src/partials/Navbar.tsx
+++ b/src/partials/Navbar.tsx
@@ -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",