aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/info/subscribe.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/info/subscribe.py b/bot/exts/info/subscribe.py
index bf3120a3a..121fa3685 100644
--- a/bot/exts/info/subscribe.py
+++ b/bot/exts/info/subscribe.py
@@ -115,6 +115,7 @@ class Subscribe(commands.Cog):
continue
self.assignable_roles.append(role)
+ @commands.cooldown(1, 10, commands.BucketType.member)
@commands.command(name="subscribe")
@in_whitelist(channels=(constants.Channels.bot_commands,))
async def subscribe_command(self, ctx: commands.Context, *_) -> None: # We don't actually care about the args