[TrickOrTreat] eat -> eatcandy

This commit is contained in:
aikaterna
2020-10-02 09:26:21 -07:00
committed by GitHub
parent 3a97066458
commit 3329b2f48c

View File

@@ -40,7 +40,7 @@ class TrickOrTreat(commands.Cog):
@commands.guild_only()
@commands.command()
async def eat(self, ctx, number: int = 1, candy_type=None):
async def eatcandy(self, ctx, number: int = 1, candy_type=None):
"""Eat some candy.
Valid types: candies, lollipops, stars"""