Ruby-Cogs/chatchart/info.json
2025-02-19 22:02:13 -05:00

11 lines
530 B
JSON

{
"author": ["aikaterna", "Redjumpman"],
"description": "Generate a pie chart from the last 5000 messages in a channel to see who's been talking the most.",
"end_user_data_statement": "This cog does not persistently store data or metadata about users.",
"install_msg": "Thanks for installing, have fun.",
"min_bot_version": "3.5.0",
"requirements": ["matplotlib"],
"short": "Generate a pie chart from the last 5000 messages",
"tags": ["messages", "chart", "count", "activity"],
"type": "COG"
}