Skip to content

Commit

Permalink
mandatory meme after actually making something work
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Feb 28, 2024
1 parent 66f6320 commit 95a51be
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 @@ -727,6 +727,12 @@ async def nogas2(self, ctx: KurisuContext):
await self._meme(ctx, "",
image_link="https://nintendohomebrew.com/assets/img/nhmemes/nobodycares.png")

@commands.command(hidden=True)
async def poggere(self, ctx: KurisuContext):
"""poggers!"""
await self._meme(ctx, "",
image_link="https://upload.wikimedia.org/wikipedia/commons/d/dd/Le_poggere.jpg?20201109224437")

@commands.command(hidden=True, aliases=["🅱"])
async def b(self, ctx: KurisuContext):
"""haha, b emoji funny"""
Expand Down

0 comments on commit 95a51be

Please sign in to comment.