blackalabi
blackalabi
This commit is contained in:
parent
9d65235687
commit
3ed010a4ce
1 changed files with 6 additions and 0 deletions
|
@ -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