forked from blizzthewolf/SeaCogs
12 lines
736 B
JSON
12 lines
736 B
JSON
|
{
|
||
|
"author" : ["SeaswimmerTheFsh"],
|
||
|
"install_msg" : "Thank you for installing Moderation!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs).\nThis cog currently requires a MySQL database to function, instructions on how to set this up can be found [here]()",
|
||
|
"name" : "Moderation",
|
||
|
"short" : "Implements a variety of moderation commands",
|
||
|
"description" : "Implements a variety of moderation commands, including a warning system, a mute system, and a ban system.",
|
||
|
"end_user_data_statement" : "This cog does not store any End User Data.",
|
||
|
"requirements": ["mysql-connector-python", "humanize", "pytimeparse2"],
|
||
|
"hidden": false,
|
||
|
"disabled": false
|
||
|
}
|