2019-02-01 15:43:10 -08:00
|
|
|
{
|
|
|
|
|
"author": [
|
|
|
|
|
"sitryk", "aikaterna"
|
|
|
|
|
],
|
|
|
|
|
"description": "Deletes messages with malformed GIFs.",
|
|
|
|
|
"install_msg": "Thanks for installing, have fun.",
|
|
|
|
|
"permissions" : [
|
2019-02-02 17:01:23 -08:00
|
|
|
"manage_messages"
|
2019-02-01 15:43:10 -08:00
|
|
|
],
|
|
|
|
|
"requirements": [
|
2019-02-02 17:01:23 -08:00
|
|
|
"pillow"
|
2019-02-01 15:43:10 -08:00
|
|
|
],
|
|
|
|
|
"short": "Deletes messages with malformed GIFs.",
|
2020-08-26 17:57:43 +01:00
|
|
|
"type": "COG",
|
|
|
|
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
2019-02-02 17:01:23 -08:00
|
|
|
}
|