From 858d37deccba55ad7bacb7934fae7a6d85858278 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Tue, 18 Dec 2018 16:01:16 -0800 Subject: [PATCH] [V3 TrickOrTreat] pick -> pickup --- trickortreat/trickortreat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trickortreat/trickortreat.py b/trickortreat/trickortreat.py index 61d148d..aac7878 100644 --- a/trickortreat/trickortreat.py +++ b/trickortreat/trickortreat.py @@ -248,7 +248,7 @@ class TrickOrTreat(BaseCog): @commands.guild_only() @commands.cooldown(1, 600, discord.ext.commands.BucketType.user) @commands.command() - async def pick(self, ctx): + async def pickup(self, ctx): """Pick up some candy, if there is any.""" candies = await self.config.user(ctx.author).candies() to_pick = await self.config.guild(ctx.guild).pick()