Skip to content

Commit

Permalink
change meme rinse name
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jun 22, 2024
1 parent 4bafe4d commit 8b1b2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ async def bean(self, ctx: KurisuContext, u: discord.Member):
await self._meme(ctx, f"{u.mention} is now beaned. <a:bean:462076812076384257>", True)

@commands.command(hidden=True)
async def rinse(self, ctx: KurisuContext, u: discord.Member):
async def shower(self, ctx: KurisuContext, u: discord.Member):
"""unsoap"""
await self._meme(ctx, f"{u.mention} has had their soap removed. 🧼 🚿", True)

Expand Down

0 comments on commit 8b1b2ad

Please sign in to comment.