Added !thank command

This commit is contained in:
NikolajDanger
2021-03-26 19:18:25 +01:00
parent 3645b9ee45
commit f1ab14e615
3 changed files with 7 additions and 0 deletions

View File

@ -50,6 +50,10 @@ class MiscCog(commands.Cog):
logThis(f"{ctx.message.author.display_name} tried to stop me! (error code 201)",str(ctx.message.channel.id))
await ctx.send(f"I don't think I will, {ctx.message.author.display_name} (error code 201)")
@commands.command(aliases = ["thankyou", "thanku", "thanks"])
async def thank(self, ctx):
await ctx.send("You're welcome :blush:")
# Sends a friendly message
@commands.command(aliases = ["hi","howdy"])
async def hello(self, ctx):