oops
This commit is contained in:
parent
4a3bfba908
commit
3444e6736e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class SugonCredit(commands.Cog):
|
||||||
|
|
||||||
@commands.group(autohelp=True, aliases=["sugoncredit"])
|
@commands.group(autohelp=True, aliases=["sugoncredit"])
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
async def credit(self):
|
async def credit(self, ctx):
|
||||||
"""Simple points system."""
|
"""Simple points system."""
|
||||||
|
|
||||||
@credit.command()
|
@credit.command()
|
||||||
|
|
Loading…
Reference in a new issue