eta: added command

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

View file

@ -91,6 +91,12 @@ class Meme:
await ctx.send("https://cdn.discordapp.com/emojis/" await ctx.send("https://cdn.discordapp.com/emojis/"
"465650811909701642.png?v=1") "465650811909701642.png?v=1")
@commands.check(check_if_staff_or_ot)
@commands.command(hidden=True, aliases=["when", "etawhen",
"emunand", "thermosphere"])
async def eta(self, ctx):
await ctx.send("June 15.")
@commands.check(check_if_staff_or_ot) @commands.check(check_if_staff_or_ot)
@commands.command(hidden=True, name="bam") @commands.command(hidden=True, name="bam")
async def bam_member(self, ctx, target: discord.Member): async def bam_member(self, ctx, target: discord.Member):