From 3329b2f48c64d876ae8f0666ac17b27e547686c5 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:26:21 -0700 Subject: [PATCH] [TrickOrTreat] eat -> eatcandy --- trickortreat/trickortreat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"""