Add Reswitched Silver™

This commit is contained in:
leo60228 2019-02-22 16:56:14 -05:00
parent 0384f0aad9
commit db9cb40b77
No known key found for this signature in database
GPG key ID: D1C9F54D945B7296

View file

@ -50,6 +50,15 @@ class Meme:
"""Gives a star to a user""" """Gives a star to a user"""
await ctx.send(f"{user.mention} gets a :star:, yay!") 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.check(check_if_staff_or_ot)
@commands.command(hidden=True) @commands.command(hidden=True)
async def btwiuse(self, ctx): async def btwiuse(self, ctx):