diff --git a/cogs/meme.py b/cogs/meme.py index 02c7f79..958c15e 100644 --- a/cogs/meme.py +++ b/cogs/meme.py @@ -79,6 +79,12 @@ class Meme(Cog): """secret command""" await ctx.send(f"🍂 you found me 🍂") + @commands.check(check_if_staff_or_ot) + @commands.command(hidden=True) + async def blackalabi(self, ctx): + """secret command""" + await ctx.send("https://elixi.re/i/discord.png") + @commands.check(check_if_staff_or_ot) @commands.command(hidden=True) async def peng(self, ctx):