mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-03 15:45:27 +00:00
blackalabi
blackalabi
This commit is contained in:
parent
9d65235687
commit
3ed010a4ce
|
@ -79,6 +79,12 @@ class Meme(Cog):
|
|||
"""secret command"""
|
||||
await ctx.send(f"🍂 you found me 🍂")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True)
|
||||
async def blackalabi(self, ctx):
|
||||
"""secret command"""
|
||||
await ctx.send("https://elixi.re/i/discord.png")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True)
|
||||
async def peng(self, ctx):
|
||||
|
|
Loading…
Reference in a new issue