Skip to content

Commit

Permalink
Update memes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eip618 committed Jul 24, 2023
1 parent c098442 commit 4695db0
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 @@ -711,6 +711,12 @@ async def eustace3(self, ctx: KurisuContext):
await self._meme(ctx, "",
image_link="https://album.eiphax.tech/uploads/big/cf85135091814a6136aaf5acd395d860.jpeg")

@commands.command(hidden=True)
async def booba(self, ctx: KurisuContext):
""":booba:"""
await self._meme(ctx, "",
image_link="https://album.eiphax.tech/uploads/big/76781a4f317af75f2cd24fc0a78cbe2c.jpeg")


async def setup(bot):
await bot.add_cog(Memes(bot))

0 comments on commit 4695db0

Please sign in to comment.