26 lines
968 B
JSON
26 lines
968 B
JSON
{
|
|
"name": "BanCheck",
|
|
"author": [
|
|
"PhasecoreX (PhasecoreX#0635)"
|
|
],
|
|
"short": "Automatically check users against multiple global ban lists.",
|
|
"description": "This cog allows server admins to check their members against multiple external ban lists. It can also automatically check new members that join the server, and optionally ban them if they appear in a list.",
|
|
"install_msg": "Thanks for installing BanCheck! For a quick rundown on how to get started with this cog, check out [the readme](https://github.com/PhasecoreX/PCXCogs/tree/master/bancheck/README.md)",
|
|
"tags": [
|
|
"auto",
|
|
"automated",
|
|
"automatic",
|
|
"ban",
|
|
"check",
|
|
"lookup",
|
|
"moderation",
|
|
"utility"
|
|
],
|
|
"min_bot_version": "3.5.0",
|
|
"min_python_version": [
|
|
3,
|
|
11,
|
|
0
|
|
],
|
|
"end_user_data_statement": "This cog does not persistently store data or metadata about users."
|
|
}
|