This commit is contained in:
Ave Ozkal 2018-12-29 22:11:22 +03:00
parent 4e1f59f3fc
commit bf897762e6
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -49,6 +49,12 @@ class Meme:
"""secret command""" """secret command"""
await ctx.send(f"🍂 you found me 🍂") 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.check(check_if_staff_or_ot)
@commands.command(hidden=True, aliases=["outstanding"]) @commands.command(hidden=True, aliases=["outstanding"])
async def outstandingmove(self, ctx): async def outstandingmove(self, ctx):