Skip to content

Commit

Permalink
chore: manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jul 11, 2024
1 parent 282f1f7 commit 0de08a8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions manifest.json
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."
}
]
}
}

0 comments on commit 0de08a8

Please sign in to comment.