diff --git a/cogs/meme.py b/cogs/meme.py index 8f27aa9..30f55db 100644 --- a/cogs/meme.py +++ b/cogs/meme.py @@ -49,6 +49,12 @@ class Meme: """secret command""" await ctx.send(f"🍂 you found me 🍂") + @commands.check(check_if_staff_or_ot) + @commands.command(hidden=True) + async def peng(self, ctx): + """heck tomger""" + await ctx.send(f"🐧") + @commands.check(check_if_staff_or_ot) @commands.command(hidden=True, aliases=["outstanding"]) async def outstandingmove(self, ctx):