Add .bones

This commit is contained in:
Ave Ozkal 2018-12-26 11:22:22 +03:00
parent 5dbe7a43f7
commit 7e332ffef5
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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 bones(self, ctx):
await ctx.send("https://cdn.discordapp.com/emojis/"
"443501365843591169.png?v=1")
@commands.check(check_if_staff_or_ot)
@commands.command(hidden=True, name="bam")
async def bam_member(self, ctx, user: discord.Member):