From 600962fd46bd0bb07cca0242566942cc5e10b202 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 28 Dec 2023 05:52:30 -0500 Subject: [PATCH] misc(aurora): added author and version variables to the class --- aurora/aurora.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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":