Skip to content

Commit

Permalink
fix: minor update to admin commands description (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored May 30, 2024
1 parent f198b8d commit 14e6534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/commands/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 14e6534

Please sign in to comment.