mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2025-01-09 21:15:34 +00:00
headpat: added command
This commit is contained in:
parent
eb9a91e567
commit
34279fe7c1
|
@ -85,6 +85,12 @@ class Meme:
|
|||
await ctx.send("https://cdn.discordapp.com/emojis/"
|
||||
"443501365843591169.png?v=1")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True)
|
||||
async def headpat(self, ctx):
|
||||
await ctx.send("https://cdn.discordapp.com/emojis/"
|
||||
"465650811909701642.png?v=1")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True, name="bam")
|
||||
async def bam_member(self, ctx, target: discord.Member):
|
||||
|
|
Loading…
Reference in a new issue