Added cooldown to the compliment command

pull/1/head
sgoudham 4 years ago
parent 620fd0c722
commit e147d41332

@ -51,6 +51,7 @@ class Fun(commands.Cog):
await ctx.send(random.choice(responses)) await ctx.send(random.choice(responses))
@commands.command(aliases=['comp', 'Compliment', 'Comp']) @commands.command(aliases=['comp', 'Compliment', 'Comp'])
@cooldown(1, 2, BucketType.channel)
async def compliment(self, ctx, target: discord.Member): async def compliment(self, ctx, target: discord.Member):
responses = [ responses = [

Loading…
Cancel
Save