{ "addMovie" : { "name" : "addMovie", "description" : "Request a movie for Bedre Netflix", "options" : [ { "name" : "movie", "description" : "The movie to request", "type" : 3, "required" : "true" } ] }, "addShow" : { "name" : "addShow", "description" : "Request a show for Bedre Netflix", "options" : [ { "name" : "show", "description" : "The show to request", "type" : 3, "required" : "true" } ] }, "balance" : { "name" : "balance", "description" : "See your balance of GwendoBucks" }, "blackjackBet" : { "base" : "blackjack", "name" : "bet", "description" : "Enter the current blackjack game with a bet", "options" : [ { "name" : "bet", "description" : "Your bet", "type" : 4, "required" : "true" } ] }, "blackjackHit" : { "base" : "blackjack", "name" : "hit", "description" : "Hit on your hand in blackjack", "options" : [ { "name" : "hand", "description" : "The number of the hand to hit if you've split", "type" : 4, "required" : "false" } ] }, "blackjackStand" : { "base" : "blackjack", "name" : "stand", "description" : "Stand on your hand in blackjack", "options" : [ { "name" : "hand", "description" : "The number of the hand to stand if you've split", "type" : 4, "required" : "false" } ] }, "blackjackStart" : { "base" : "blackjack", "name" : "start", "description" : "Start a game of blackjack" }, "connectFourStartGwendolyn" : { "base" : "connectFour", "subcommand_group" : "start", "name" : "Gwendolyn", "description" : "Start a game of connect four against Gwendolyn", "options" : [ { "name" : "difficulty", "description" : "The difficulty of Gwendolyn's AI", "type" : 4, "required" : "false" } ] }, "connectFourStartUser" : { "base" : "connectFour", "subcommand_group" : "start", "name" : "user", "description" : "Start a game of connect four against another user", "options" : [ { "name" : "user", "description" : "The user to start a game against", "type" : 6, "required" : "true" } ] }, "connectFourStop" : { "base" : "connectFour", "name" : "stop", "description" : "Stop the game of connect four" }, "connectFourPlace" : { "base" : "connectFour", "name" : "place", "description" : "Place a piece", "options" : [ { "name" : "column", "description" : "The column to place the piece", "type" : 4, "required" : "true" } ] }, "downloading" : { "name" : "downloading", "description" : "See current downloads for Bedre Netflix", "options" : [ { "name" : "parameters", "description" : "Parameters for the command", "type" : 3, "required" : "false" } ] }, "game" : { "name" : "game", "description" : "Set the 'playing' text for Gwendolyn", "options" : [ { "name" : "gameText", "description" : "The game to set the 'playing' text to", "type" : 3, "required" : "true" } ] }, "give" : { "name" : "give", "description" : "Give GwendoBucks to another user", "options" : [ { "name" : "user", "description" : "The user you're sending GwendoBucks to", "type" : 6, "required" : "true" }, { "name" : "amount", "description" : "The number of GwendoBucks you're sending", "type" : 4, "required" : "true" } ] }, "hangmanStart" : { "base" : "hangman", "name" : "start", "description" : "Start a game of hangman" }, "hangmanStop" : { "base" : "hangman", "name" : "stop", "description" : "Stop the current game of hangman" }, "hello" : { "name" : "hello", "description" : "Greet Gwendolyn" }, "help" : { "name" : "help", "description" : "Get help with a command", "options" : [ { "name" : "command", "description" : "The command you want help with", "type" : 3, "required" : "false" } ] }, "hexPlace" : { "base" : "hex", "name" : "place", "description" : "Place a piece on the hex board", "options" : [ { "name" : "coordinates", "description" : "The coordinates to place the piece at", "type" : 3, "required" : "true" } ] }, "hexStartGwendolyn" : { "base" : "hex", "subcommand_group" : "start", "name" : "Gwendolyn", "description" : "Start a game of hex against Gwendolyn", "options" : [ { "name" : "difficulty", "description" : "The difficulty of Gwendolyn's AI", "type" : 4, "required" : "false" } ] }, "hexStartUser" : { "base" : "hex", "subcommand_group" : "start", "name" : "user", "description" : "Start a game of hex against another user", "options" : [ { "name" : "user", "description" : "The user to start a game against", "type" : 6, "required" : "true" } ] }, "hexSurrender" : { "base" : "hex", "name" : "surrender", "description" : "Surrender the game of hex" }, "hexSwap" : { "base" : "hex", "name" : "swap", "description" : "Perform a hex swap" }, "hexUndo" : { "base" : "hex", "name" : "undo", "description" : "Undo your last hex move" }, "invest" : { "name" : "invest", "description" : "Invest GwendoBucks in the stock market", "options" : [ { "name" : "parameters", "description" : "The parameters for the command", "type" : 3, "required" : "false" } ] }, "image" : { "name" : "image", "description" : "Get a random image from Bing" }, "monster" : { "name" : "monster", "description" : "Look up a monster", "options" : [ { "name" : "query", "description" : "The monster to look up", "type" : 3, "required" : "true" } ] }, "movie" : { "name" : "movie", "description" : "Get the name and information of a random movie" }, "name" : { "name" : "name", "description" : "Generate a random name" }, "ping" : { "name" : "ping", "description" : "Get the Gwendolyn's latency to the server" }, "roll" : { "name" : "roll", "description" : "Roll rpg dice", "options" : [ { "name" : "dice", "description" : "The dice to roll", "type" : 3, "required" : "false" } ] }, "spell" : { "name" : "spell", "description" : "Look up a spell", "options" : [ { "name" : "query", "description" : "The spell to look up", "type" : 3, "required" : "true" } ] }, "starWarsCharacter" : { "name" : "starWarsCharacter", "description" : "Manage your Star Wars character sheet", "options" : [ { "name" : "parameters", "description" : "The parameters for the command", "type" : 3, "required" : "false" } ] }, "starWarsCrit" : { "name" : "starWarsCrit", "description" : "Roll a Star Wars critical injury", "options" : [ { "name" : "severity", "description" : "The severity of the hit", "type" : 4, "required" : "true" } ] }, "starWarsDestiny" : { "name" : "starWarsDestiny", "description" : "Use and see Star Wars Destiny points", "options" : [ { "name" : "parameters", "description" : "The parameters for the command", "type" : 3, "required" : "false" } ] }, "starWarsRoll" : { "name" : "starWarsRoll", "description" : "Roll Star Wars dice", "options" : [ { "name" : "dice", "description" : "The dice, or ability, to roll", "type" : 3, "required" : "false" } ] }, "stop" : { "name" : "stop", "description" : "Restart Gwendolyn" }, "tavern" : { "name" : "tavern", "description" : "Generate a random tavern" }, "thank" : { "name" : "thank", "description" : "Thank Gwendolyn for her service" }, "trivia" : { "name" : "trivia", "description" : "Play a game of trivia", "options" : [ { "name" : "answer", "description" : "Your answer to the trivia question", "type" : 3, "required" : "false", "choices" : [ { "name" : "a", "value" : "a" }, { "name" : "b", "value" : "b" }, { "name" : "c", "value" : "c" }, { "name" : "d", "value" : "d" } ] } ] }, "wiki" : { "name" : "wiki", "description" : "Searches for and gets the info for a wiki page", "options" : [ { "name" : "wikiPage", "description" : "The page to find", "type" : 3, "required" : "true" } ] }, "wolf" : { "name" : "wolf", "description" : "Performs a search on Wolfram Alpha", "options" : [ { "name" : "query", "description" : "What to search for on Wolfram Alpha", "type" : 3, "required" : "true" } ] } }