headpat: added command

This commit is contained in:
Ave Ozkal 2019-01-10 15:46:15 +03:00
parent eb9a91e567
commit 34279fe7c1
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -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):