From 14e653416c4c0f9a2c98ce29bca31cafb30bec7e Mon Sep 17 00:00:00 2001 From: Henry <31442053+HenrySpartGlobal@users.noreply.github.com> Date: Thu, 30 May 2024 18:59:12 +0100 Subject: [PATCH] fix: minor update to admin commands description (#98) --- src/app/commands/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/commands/page.tsx b/src/app/commands/page.tsx index 04bb1ac..3ce9694 100644 --- a/src/app/commands/page.tsx +++ b/src/app/commands/page.tsx @@ -12,7 +12,7 @@ type Categories = (typeof commands)[number]["type"] | "All"; // the description for each category const categoryDescriptions = { All: "All Commands", - Admin: "You must have Administrator permissions to run these commands", + Admin: "You must have Administrator or Manage Channels permissions to run these commands", "Set-Up": "Set up your server to use InHouseQueue Bot!", General: "General commands that all members can use.", Premium: "Premium only commands",