From c13d642899b68c4ffe3ca0d622015fff83d219d5 Mon Sep 17 00:00:00 2001 From: Aceofgods <88174711+Aceofgods@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:40:52 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com> --- robocop_ng/cogs/meme.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robocop_ng/cogs/meme.py b/robocop_ng/cogs/meme.py index 693bac1e..3e4bbfdc 100644 --- a/robocop_ng/cogs/meme.py +++ b/robocop_ng/cogs/meme.py @@ -57,8 +57,8 @@ async def warm_member(self, ctx, user: Optional[discord.Member]): ) @commands.check(check_if_staff_or_ot) - @commands.command(hidden=True, name="lick") - async def licky(self, ctx, user: Optional[discord.Member]): + @commands.command(hidden=True) + async def lick(self, ctx, user: Optional[discord.Member]): """licks a user :?""" if user is None and ctx.message.reference is None: await ctx.send(f"{ctx.author.mention} licks their lips! 👅")