Created
February 1, 2019 17:25
-
-
Save pedrofracassi/e78d7a8192a3c33d6617d3d979aab08a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"categories": [ | |
{ | |
"name": "games", | |
"displayName": "Games", | |
"commands": [ | |
{ | |
"name": "tictactoe", | |
"aliases": ["ttt"], | |
"description": "Challenge someone to a game of Tic Tac Toe", | |
"usage": "<user to challenge>" | |
}, | |
{ | |
"name": "steamladder", | |
"aliases": ["sl"], | |
"description": "Displays a ladder from Steam Ladder", | |
"usage": "[ladder] [country or region]", | |
"subcommands": [ | |
{ | |
"name": "profile", | |
"aliases": ["p"], | |
"description": "Shows someone's Steam Ladder profile", | |
"usage": "<username>" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment