Add Reswitched Silver™
This commit is contained in:
parent
0384f0aad9
commit
db9cb40b77
1 changed files with 9 additions and 0 deletions
|
@ -50,6 +50,15 @@ class Meme:
|
|||
"""Gives a star to a user"""
|
||||
await ctx.send(f"{user.mention} gets a :star:, yay!")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True, aliases=["reswitchedsilver", "silv3r",
|
||||
"reswitchedsilv3r"])
|
||||
async def silver(self, ctx, user: discord.Member):
|
||||
"""Gives a user ReSwitched Silver™"""
|
||||
await ctx.send(f"Here's your ReSwitched Silver™, {user.mention}!")
|
||||
await ctx.send("https://cdn.discordapp.com/emojis/"
|
||||
"548623626916724747.png?v=1")
|
||||
|
||||
@commands.check(check_if_staff_or_ot)
|
||||
@commands.command(hidden=True)
|
||||
async def btwiuse(self, ctx):
|
||||
|
|
Loading…
Reference in a new issue