Ruby-Cogs/rps/info.json
2025-05-23 02:30:00 -04:00

23 lines
870 B
JSON

{
"name": "RPS",
"short": "Rock, Paper, Scissors (Lizard, Spock)",
"description": "Play a game of Rock, Paper, Scissors (Lizard, Spock); but with Buttons!",
"end_user_data_statement": "This cog does not persistently store any data or metadata about users.",
"install_msg": "Thanks for installing the cog. I'm in the Cog Support server if you need help with anything. This cog will gracefully handle removing the `rps` command from Red's General cog if it is loaded. Loading General after this cog will cause an error (bot startup is gracefully handled as well)",
"author": [
"YamiKaitou#8975"
],
"required_cogs": {},
"tags": [
"game",
"fun",
"rps",
"rpsls",
"fun",
"buttons"
],
"min_bot_version": "3.5.0",
"hidden": false,
"disabled": false,
"type": "COG"
}