✨ Added !thank command
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user