Trying to add cooldown on Cog.listener()

pull/2/head
sgoudham 4 years ago
parent d7a697494f
commit 44151bc095

@ -133,6 +133,7 @@ class Waifus(commands.Cog):
# Cog on_message for waifus and husbandos
@commands.Cog.listener()
@commands.cooldown(1, 1, BucketType.user)
async def on_message(self, message):
# Defining the channel and global variables

Loading…
Cancel
Save