change cooldown to prevent spam

This commit is contained in:
brandons209 2020-12-07 21:26:53 -05:00
parent 75edc9f770
commit 5dd2c923c9

View file

@ -81,7 +81,7 @@ class Confession(commands.Cog):
await ctx.tick()
@commands.command()
@commands.cooldown(rate=1, per=90, type=commands.BucketType.user)
@commands.cooldown(rate=1, per=180, type=commands.BucketType.user)
async def confess(self, ctx, *, confession: str):
"""Confess your dirty sins
Make sure to use in DMs