Files
aikaterna-cogs/nolinks/info.json
2018-09-16 14:10:50 -07:00

17 lines
382 B
JSON

{
"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"
}