Skip to content

Commit

Permalink
fix: update check_permissions (#134)
Browse files Browse the repository at this point in the history
* fix: update check_permissions

* fix: update check_permissions
  • Loading branch information
HenrySpartGlobal authored Dec 20, 2024
1 parent ddbf0a1 commit be5b308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,10 @@ const commands = [
"type": "Admin",
"description": "Check and display enabled InHouseQueue permissions in a specific channel",
"usage": [
"/check_permissions (#channelname)",
"/check_permissions",
],
"examples": [
"/check_permissions #general",
"/check_permissions",
]
},
{
Expand Down

0 comments on commit be5b308

Please sign in to comment.