outstandingmove: add
This commit is contained in:
parent
de7591e73f
commit
14a8020ccf
1 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,14 @@ 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, 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.check(check_if_staff_or_ot)
|
||||||
@commands.command(hidden=True)
|
@commands.command(hidden=True)
|
||||||
async def bones(self, ctx):
|
async def bones(self, ctx):
|
||||||
|
|
Loading…
Reference in a new issue