mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 11:35:39 +00:00
gild: add
This commit is contained in:
parent
47586301d7
commit
18e6f9db69
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue