outstandingmove: add

This commit is contained in:
Ave 2018-12-29 05:32:17 +02:00 committed by GitHub
parent de7591e73f
commit 14a8020ccf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,14 @@ class Meme:
"""secret command"""
await ctx.send(f"🍂 you found me 🍂")
@commands.check(check_if_staff_or_ot)
@commands.command(hidden=True, aliases=["outstanding"])
async def outstandingmove(self, ctx):
"""Posts the outstanding move meme"""
await ctx.send("https://cdn.discordapp.com/attachments"
"/371047036348268545/528413677007929344"
"/image0-5.jpg")
@commands.check(check_if_staff_or_ot)
@commands.command(hidden=True)
async def bones(self, ctx):