aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shivansh-007 <[email protected]>2021-02-06 09:09:51 +0530
committerGravatar Shivansh-007 <[email protected]>2021-02-06 09:09:51 +0530
commit4d8e0c205aaa4a8e47486cccbeee383b5d899191 (patch)
treecdfac795baf2378233d6568408ec28d14aa1b74c
parentSlight modifications to functionality of bemyvalentine secret and its messages (diff)
Remove debug code
-rw-r--r--bot/exts/valentines/be_my_valentine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/valentines/be_my_valentine.py b/bot/exts/valentines/be_my_valentine.py
index d5668738..9ffa8769 100644
--- a/bot/exts/valentines/be_my_valentine.py
+++ b/bot/exts/valentines/be_my_valentine.py
@@ -109,7 +109,7 @@ class BeMyValentine(commands.Cog):
)
await channel.send(user.mention, embed=embed)
- # @commands.cooldown(1, 1800, BucketType.user)
+ @commands.cooldown(1, 1800, BucketType.user)
@send_valentine.command(name='secret')
async def anonymous(
self, ctx: commands.Context, user: discord.Member, *, valentine_type: str = None