Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
  • Loading branch information
Aceofgods and TSRBerry committed Jun 1, 2023
1 parent 8f8502d commit c13d642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robocop_ng/cogs/meme.py
Original file line number Diff line number Diff line change
Expand Up @@ -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! 👅")
Expand Down

0 comments on commit c13d642

Please sign in to comment.