Add .bones
This commit is contained in:
parent
5dbe7a43f7
commit
7e332ffef5
1 changed files with 6 additions and 0 deletions
|
@ -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 bones(self, ctx):
|
||||||
|
await ctx.send("https://cdn.discordapp.com/emojis/"
|
||||||
|
"443501365843591169.png?v=1")
|
||||||
|
|
||||||
@commands.check(check_if_staff_or_ot)
|
@commands.check(check_if_staff_or_ot)
|
||||||
@commands.command(hidden=True, name="bam")
|
@commands.command(hidden=True, name="bam")
|
||||||
async def bam_member(self, ctx, user: discord.Member):
|
async def bam_member(self, ctx, user: discord.Member):
|
||||||
|
|
Loading…
Reference in a new issue