Merge pull request #18 from leo60228/master

Add ReSwitched Silver™
This commit is contained in:
Ave 2019-02-23 21:14:26 +00:00 committed by GitHub
commit 2d3a2a445a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,18 @@ 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™"""
embed = discord.Embed(title="ReSwitched Silver!",
description=f"Here's your ReSwitched Silver™,"
f"{user.mention}!")
embed.set_thumbnail(url="https://cdn.discordapp.com/emojis/"
"548623626916724747.png?v=1")
await ctx.send(embed=embed)
@commands.check(check_if_staff_or_ot)
@commands.command(hidden=True)
async def btwiuse(self, ctx):