mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-04-19 13:12:03 +00:00
peng
This commit is contained in:
parent
4e1f59f3fc
commit
bf897762e6
|
@ -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 peng(self, ctx):
|
||||
"""heck tomger"""
|
||||
await ctx.send(f"🐧")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True, aliases=["outstanding"])
|
||||
async def outstandingmove(self, ctx):
|
||||
|
|
Loading…
Reference in a new issue