Skip to content

Commit 8b22696

Browse files
committed
Update memes.py
1 parent b069db3 commit 8b22696

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cogs/memes.py

+6
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,12 @@ async def source2(self, ctx: KurisuContext):
489489
await self._meme(ctx, "",
490490
image_link="https://album.eiphax.tech/uploads/big/b5c031e07ddbc3e48d0853f2d7064f66.jpg")
491491

492+
@commands.command(hidden=True)
493+
async def source3(self, ctx: KurisuContext):
494+
"""citation needed (2)"""
495+
await self._meme(ctx, "",
496+
image_link="https://nintendohomebrew.com/assets/img/nhmemes/source3.gif")
497+
492498
@commands.command(hidden=True)
493499
async def disgraceful(self, ctx: KurisuContext):
494500
"""YOU DIDN'T SEE IT BECAUSE IT WASN'T THERE"""

0 commit comments

Comments
 (0)