Files
aikaterna-cogs/chatchart/info.json
2018-01-27 14:46:20 -08:00

10 lines
417 B
JSON

{
"AUTHOR" : "aikaterna and Redjumpman",
"INSTALL_MSG" : "Use [p]chatchart to generate a chart for that channel.",
"NAME" : "chatchart",
"SHORT" : "Generate a pie chart from the last 5000 messages.",
"DESCRIPTION" : "Generate a pie chart from the last 5000 messages in a channel to see who's been talking the most.",
"REQUIREMENTS": ["matplotlib"],
"TAGS": ["data", "chart", "activity"]
}