diff --git a/trickortreat/trickortreat.py b/trickortreat/trickortreat.py index 1f7bffa..f88fc85 100644 --- a/trickortreat/trickortreat.py +++ b/trickortreat/trickortreat.py @@ -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"""