Skip to content

Commit

Permalink
Update memes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Oct 15, 2023
1 parent f715db6 commit 2aeba66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,12 @@ async def eel(self, ctx: KurisuContext, u: discord.Member):
await self._meme(ctx, f"{self.bot.escape_text(u.display_name)} has been eel slapped.", True,
"https://nintendohomebrew.com/assets/img/nhmemes/eel.gif")

@commands.command(hidden=True)
async def blast(self, ctx: KurisuContext, u: discord.Member):
"""it's joever"""
await self._meme(ctx, f"It's over, {u.mention}... バイデンブラスト[BIDEN BLAST]", True,
"https://nintendohomebrew.com/assets/img/nhmemes/biden.png")

@commands.command(hidden=True, aliases=["bruh", "yolo", "swag", "based"])
async def dab(self, ctx: KurisuContext):
"""Memes."""
Expand Down

0 comments on commit 2aeba66

Please sign in to comment.