capitaliziation issue in sugoncredit cog
This commit is contained in:
parent
b1ed0270bc
commit
4a3bfba908
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import discord
|
import discord
|
||||||
from redbot.core import commands, bank, checks
|
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."""
|
"""Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community."""
|
||||||
def __init__(self, bot):
|
def __init__(self, bot):
|
||||||
self.bot = bot
|
self.bot = bot
|
||||||
|
|
Loading…
Reference in a new issue