Skip to content

Commit 1d723c3

Browse files
Revert "Update fun.py"
This reverts commit c54180c.
1 parent c54180c commit 1d723c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cogs/fun.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ async def _get_absolute_template_bytes(self) -> bytes:
181181
return template_bytes
182182

183183
@commands.hybrid_command(name="fridge", help="Send a fridge image")
184-
@commands.cooldown(1, 15, commands.BucketType.user)
185184
async def fridge(self, ctx: commands.Context):
186185
"""Send a fridge image (simple utility)."""
187186
# Generate an image locally so it always works (no external hotlinking).
@@ -403,7 +402,9 @@ async def choose(self, ctx: commands.Context, *, choices: str):
403402
await ctx.reply(embed=embed, mention_author=False)
404403

405404
@commands.hybrid_command(name="absolute", help="Put your avatar on the 'absolute cinema' GIF")
406-
@commands.cooldown(1, 15, commands.BucketType.user)
405+
406+
407+
407408
@app_commands.describe(text="Text to replace 'cinema' with")
408409
async def absolute(self, ctx: commands.Context, *, text: str):
409410

0 commit comments

Comments
 (0)