gild: add

This commit is contained in:
Ave Ozkal 2019-01-09 01:52:57 +03:00
parent 47586301d7
commit 18e6f9db69
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -44,6 +44,12 @@ class Meme:
f" User is now {celsius}°C "
f"({fahrenheit}°F, {kelvin}K).")
@commands.check(check_if_staff_or_ot)
@commands.command(hidden=True, aliases=["thank", "reswitchedgold"])
async def gild(self, ctx, user: discord.Member):
"""Gives a gold 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)
async def btwiuse(self, ctx):