We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61fff26 + ccb7cd7 commit 05ba3deCopy full SHA for 05ba3de
bot/exts/evergreen/catify.py
@@ -16,6 +16,7 @@ def __init__(self, bot: commands.Bot):
16
self.bot = bot
17
18
@commands.command(aliases=["ᓚᘏᗢify", "ᓚᘏᗢ"])
19
+ @commands.cooldown(1, 5, commands.BucketType.user)
20
async def catify(self, ctx: commands.Context, *, text: Optional[str]) -> None:
21
"""
22
Convert the provided text into a cat themed sentence by interspercing cats throughout text.
0 commit comments