re-add cooldown to commercial_break command

This commit is contained in:
Nexus 2023-12-05 15:10:08 +00:00
parent aacff7403f
commit 677b60c4d1
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -137,6 +137,7 @@ class McDonaldsCog(commands.Cog):
)
@commands.user_command(name="Commercial Break")
@commands.cooldown(2, 60, commands.BucketType.member)
async def commercial_break(self, ctx: discord.ApplicationContext, member: discord.Member):
await ctx.defer(ephemeral=True)