mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 01:45:32 +00:00
Add .bones
This commit is contained in:
parent
5dbe7a43f7
commit
7e332ffef5
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue