This commit is contained in:
Seaswimmer 2023-03-05 22:56:00 -05:00
parent 4a3bfba908
commit 3444e6736e

View file

@ -8,7 +8,7 @@ class SugonCredit(commands.Cog):
@commands.group(autohelp=True, aliases=["sugoncredit"])
@commands.guild_only()
async def credit(self):
async def credit(self, ctx):
"""Simple points system."""
@credit.command()