Skip to content

Instantly share code, notes, and snippets.

@pedrofracassi
Created February 1, 2019 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedrofracassi/e78d7a8192a3c33d6617d3d979aab08a to your computer and use it in GitHub Desktop.
Save pedrofracassi/e78d7a8192a3c33d6617d3d979aab08a to your computer and use it in GitHub Desktop.
{
"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