From 0de08a8283e3c05288dbaac5e41457879a3db622 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:40:04 +0900 Subject: [PATCH] chore: manifest.json --- manifest.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 6f05b92..0d4c41e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { "name": "Query user", "description": "Queries a user and retrieves its related information, such as the wallet, the label access control, or the current XP.", - "commands": [ - { - "command": "/query", + "commands": { + "query": { "example": "/query @ubiquibot", - "description": "Queries a user's wallet based on its name." + "description": "Returns the user's wallet, access, and multiplier information." } - ] + } }