misc(aurora): added author and version variables to the class

This commit is contained in:
Seaswimmer 2023-12-28 05:52:30 -05:00
parent fadd609a72
commit 600962fd46
Signed by untrusted user: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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":