From 2d384fdf115940b488e1ac9748b249d79ccf53cf Mon Sep 17 00:00:00 2001 From: NovaFox161 Date: Wed, 13 Mar 2024 16:45:26 -0500 Subject: [PATCH] Missing announcement arg in unsubscribe command --- core/src/main/resources/commands/global/announcement.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/src/main/resources/commands/global/announcement.json b/core/src/main/resources/commands/global/announcement.json index b1903b72..6bcff6a1 100644 --- a/core/src/main/resources/commands/global/announcement.json +++ b/core/src/main/resources/commands/global/announcement.json @@ -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,