mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-05 14:25:44 +00:00
blackalabi
blackalabi
This commit is contained in:
parent
9d65235687
commit
3ed010a4ce
|
@ -79,6 +79,12 @@ class Meme(Cog):
|
||||||
"""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 blackalabi(self, ctx):
|
||||||
|
"""secret command"""
|
||||||
|
await ctx.send("https://elixi.re/i/discord.png")
|
||||||
|
|
||||||
@commands.check(check_if_staff_or_ot)
|
@commands.check(check_if_staff_or_ot)
|
||||||
@commands.command(hidden=True)
|
@commands.command(hidden=True)
|
||||||
async def peng(self, ctx):
|
async def peng(self, ctx):
|
||||||
|
|
Loading…
Reference in a new issue