capitaliziation issue in sugoncredit cog

This commit is contained in:
Seaswimmer 2023-03-05 22:55:04 -05:00
parent b1ed0270bc
commit 4a3bfba908

View file

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