Skip to content

Commit

Permalink
Missing announcement arg in unsubscribe command
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Mar 13, 2024
1 parent 33c7b09 commit 2d384fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/main/resources/commands/global/announcement.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,12 @@
"description": "Unsubscribes to an announcement",
"required": false,
"options": [
{
"name": "announcement",
"type": 3,
"description": "The announcement to subscribe to",
"required": true
},
{
"name": "user",
"type": 6,
Expand Down

0 comments on commit 2d384fd

Please sign in to comment.