generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
282f1f7
commit 0de08a8
Showing
1 changed file
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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." | ||
} | ||
] | ||
} | ||
} |