diff --git a/aurora/aurora.py b/aurora/aurora.py index dbf2664..8f107a0 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -29,8 +29,12 @@ from .utilities.utils import check_moddable, check_permissions, fetch_channel_di class Aurora(commands.Cog): - """Custom moderation cog. - Developed by SeaswimmerTheFsh.""" + """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.""" + + __author__ = "SeaswimmerTheFsh" + __version__ = "2.0.0" async def red_delete_data_for_user(self, *, requester, user_id: int): if requester == "discord_deleted_user":