✨ 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):
|
||||
|
1
resources/help/help-thank.txt
Normal file
1
resources/help/help-thank.txt
Normal file
@ -0,0 +1 @@
|
||||
Lader dig takke Gwendolyn.
|
@ -44,4 +44,6 @@
|
||||
|
||||
`!downloading` - Viser dig hvor langt de torrents der er ved at downloade er kommet.
|
||||
|
||||
`!thank` - Lader dig takke Gwendolyn.
|
||||
|
||||
Du kan få ekstra information om kommandoerne med "!help [kommando]".
|
||||
|
Reference in New Issue
Block a user