Files
aikaterna-cogs/chatchart/info.json

19 lines
502 B
JSON
Raw Normal View History

2018-01-27 22:03:43 -08:00
{
"author": [
2018-08-08 21:54:06 -07:00
"aikaterna",
"Redjumpman"
2018-01-27 22:03:43 -08:00
],
"description": "Generate a pie chart from the last 5000 messages in a channel to see who's been talking the most.",
2018-08-08 21:54:06 -07:00
"install_msg": "Thanks for installing, have fun.",
2018-01-27 22:03:43 -08:00
"short": "Generate a pie chart from the last 5000 messages",
"tags": [
"data",
"chart",
"activity"
],
2018-08-08 21:54:06 -07:00
"requirements": [
"matplotlib"
],
"type": "COG",
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
2018-01-27 22:03:43 -08:00
}