From 4d9011c7a538500fc5183f6cf781a7b001546652 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 27 Sep 2023 13:24:57 -0400 Subject: [PATCH] misc(moderation): changed description --- moderation/moderation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderation/moderation.py b/moderation/moderation.py index fb30ab0..43931dd 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -2,7 +2,7 @@ import discord from redbot.core import checks, commands, Config class Moderation(commands.Cog): - """Custom cog intended for use on the Galaxy discord server. + """Custom cog moderation cog, meant to copy GalacticBot. Developed by SeaswimmerTheFsh.""" def __init__(self, bot):