Skip to content

Commit

Permalink
feature: unsubscribe command (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrySpartGlobal authored Feb 4, 2024
1 parent e2d4af4 commit 77b97e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/data/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,17 @@ const commands = [
"/set_queue #queue",
]
},
{
"name": "unsubscribe",
"type": "Admin",
"description": "Unsubscribe from InHouseQueue reminders and notifications",
"usage": [
"/unsubscribe [feature]",
],
"examples": [
"/unsubscribe Tips",
]
},

// ~ Set-up
{
Expand Down

0 comments on commit 77b97e2

Please sign in to comment.