We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b069db3 commit 8b22696Copy full SHA for 8b22696
cogs/memes.py
@@ -489,6 +489,12 @@ async def source2(self, ctx: KurisuContext):
489
await self._meme(ctx, "",
490
image_link="https://album.eiphax.tech/uploads/big/b5c031e07ddbc3e48d0853f2d7064f66.jpg")
491
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
+
498
@commands.command(hidden=True)
499
async def disgraceful(self, ctx: KurisuContext):
500
"""YOU DIDN'T SEE IT BECAUSE IT WASN'T THERE"""
0 commit comments