Ruby-Cogs/hangman/info.json

12 lines
644 B
JSON

{
"author" : ["Flame442"],
"install_msg" : "Thanks for installing hangman. Use `[p]hangman` to play.\nThis cog comes with bundled data.",
"name" : "Hangman",
"short" : "Play hangman with the bot.",
"requirements" : [],
"description" : "Play hangman, guessing a random word from the bot. By default, a list of english nouns is used when picking the word, but a custom list can be configured by the bot owner. Run [p]hangman to play!",
"tags" : ["fun", "games", "hangman"],
"min_bot_version": "3.5.0.dev1",
"min_python_version": [3, 6, 0],
"end_user_data_statement": "This cog does not store user data."
}