forked from blizzthewolf/SeaCogs
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"author" : ["SeaswimmerTheFsh"],
|
|
"install_msg" : "Thank you for installing Aurora!\nYou can find the source code of this cog [here](https://coastalcommits.com/SeaswimmerTheFsh/SeaCogs).",
|
|
"name" : "Aurora",
|
|
"short" : "A full replacement for Red's core Mod cogs.",
|
|
"description" : "Aurora is a fully-featured moderation system. It is heavily inspired by GalacticBot, and is designed to be a more user-friendly alternative to Red's core Mod cogs. This cog stores all of its data in an SQLite database.",
|
|
"end_user_data_statement" : "This cog stores the following information:\n- User IDs of accounts who moderate users or are moderated\n- Guild IDs of guilds with the cog enabled\n- Timestamps of moderations\n- Other information relating to moderations",
|
|
"requirements": ["humanize", "pytimeparse2"],
|
|
"hidden": false,
|
|
"disabled": false,
|
|
"min_bot_version": "3.5.0",
|
|
"min_python_version": [3, 10, 0],
|
|
"tags": [
|
|
"mod",
|
|
"moderate",
|
|
"moderation",
|
|
"warn",
|
|
"warns",
|
|
"warning",
|
|
"warnings",
|
|
"mute",
|
|
"mutes",
|
|
"timeout",
|
|
"timeouts",
|
|
"unmute",
|
|
"unmutes",
|
|
"untimeout",
|
|
"untimeouts",
|
|
"kick",
|
|
"kicks",
|
|
"ban",
|
|
"bans",
|
|
"unban",
|
|
"unbans",
|
|
"tempban",
|
|
"tempbans",
|
|
"galacticbot",
|
|
"galactic bot",
|
|
"galactic"
|
|
]
|
|
}
|