Skip to content

Commit 05ba3de

Browse files
Merge pull request #720 from ToxicKidz/catify-cooldown
Add a 5 second cooldown per user to .catify
2 parents 61fff26 + ccb7cd7 commit 05ba3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot/exts/evergreen/catify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def __init__(self, bot: commands.Bot):
1616
self.bot = bot
1717

1818
@commands.command(aliases=["ᓚᘏᗢify", "ᓚᘏᗢ"])
19+
@commands.cooldown(1, 5, commands.BucketType.user)
1920
async def catify(self, ctx: commands.Context, *, text: Optional[str]) -> None:
2021
"""
2122
Convert the provided text into a cat themed sentence by interspercing cats throughout text.

0 commit comments

Comments
 (0)