Files
aikaterna-cogs/rss/info.json
Jakub Kuczys ded3d47ce2 Ignore *only* specific feedparser and bs4 warnings (#277)
* Ignore *only* feedparser warnings

* Suppress bs4 warning as well
2022-06-14 18:04:05 -07:00

11 lines
373 B
JSON

{
"author": ["aikaterna"],
"install_msg": "Thanks for installing.",
"short": "Read RSS feeds.",
"description": "Read RSS feeds.",
"tags": ["rss"],
"permissions": ["embed_links"],
"requirements": ["bs4", "feedparser>=6.0.0", "webcolors==1.3"],
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
}