gild: let's not make it sound antisemitic

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

View file

@ -47,7 +47,7 @@ class Meme:
@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"""
"""Gives a star to a user"""
await ctx.send(f"{user.mention} gets a :star:, yay!")
@commands.check(check_if_staff_or_ot)