From 4a3bfba9085672462201bf9ea02fb2e5b6128fea Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 5 Mar 2023 22:55:04 -0500 Subject: [PATCH] capitaliziation issue in sugoncredit cog --- sugoncredit/sugoncredit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugoncredit/sugoncredit.py b/sugoncredit/sugoncredit.py index 4b70932..79e1745 100644 --- a/sugoncredit/sugoncredit.py +++ b/sugoncredit/sugoncredit.py @@ -1,7 +1,7 @@ import discord from redbot.core import commands, bank, checks -class SugonCredit(commands.cog): +class SugonCredit(commands.Cog): """Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.""" def __init__(self, bot): self.bot = bot