[V3 TrickOrTreat] pick -> pickup

This commit is contained in:
aikaterna
2018-12-18 16:01:16 -08:00
committed by GitHub
parent 800195317c
commit 858d37decc

View File

@@ -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()