eta: added command
This commit is contained in:
parent
34279fe7c1
commit
0c0cb7fb88
1 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,12 @@ class Meme:
|
|||
await ctx.send("https://cdn.discordapp.com/emojis/"
|
||||
"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.command(hidden=True, name="bam")
|
||||
async def bam_member(self, ctx, target: discord.Member):
|
||||
|
|
Loading…
Reference in a new issue