From c9c30df0a95382e4f9fcc4214079067afc0613c9 Mon Sep 17 00:00:00 2001 From: HTGAzureX1212 <39023054+HTGAzureX1212@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:56:31 +0800 Subject: [PATCH] add role option to info command --- .../utilities-plugin/info.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/discord-frontend/hartex-discord-commands-spec/utilities-plugin/info.json b/discord-frontend/hartex-discord-commands-spec/utilities-plugin/info.json index 827f7a90c..567184af2 100644 --- a/discord-frontend/hartex-discord-commands-spec/utilities-plugin/info.json +++ b/discord-frontend/hartex-discord-commands-spec/utilities-plugin/info.json @@ -58,6 +58,19 @@ "zh-TW": "機器人的運行資訊。" }, "type": 1 + }, + { + "name": "role", + "description": "Information about a specific role.", + "options": [ + { + "name": "role", + "description": "The role to obtain information for.", + "required": true, + "type": 8 + } + ], + "type": 1 } ], "type": 1