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 2aeba66 commit 0717053
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,7 @@ async def eel(self, ctx: KurisuContext, u: discord.Member):
@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")
await self._meme(ctx, f"It's over, {u.mention}... バイデンブラスト[BIDEN BLAST] https://nintendohomebrew.com/assets/img/nhmemes/biden.png", True)

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

0 comments on commit 0717053

Please sign in to comment.