Files
aikaterna-cogs/nolinks/info.json

18 lines
480 B
JSON
Raw Normal View History

2018-09-16 14:10:50 -07:00
{
"author": [
"aikaterna"
],
"description": "Removes all links in specified channels, with the ability to whitelist roles.",
"install_msg": "Thanks for installing. Use `[p]nolinks` to get started.",
"min_python_version": [3, 6, 0],
"permissions" : [
"manage_messages"
],
"short": "No links allowed.",
"tags": [
"links",
"automod"
],
"type": "COG",
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
2018-09-16 14:10:50 -07:00
}