[V3 Nolinks] Initial commit

This commit is contained in:
aikaterna
2018-09-16 14:10:50 -07:00
parent c596232d13
commit a4d55df273
4 changed files with 160 additions and 0 deletions

17
nolinks/info.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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"
}