From 2776436d920d4622230d26438d45de210e03c33f Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 2 Jun 2020 13:20:56 +0100 Subject: [PATCH] Checking cooldown on the 8ball command --- EnsoBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/EnsoBot.py b/EnsoBot.py index 0641663a..59980f5e 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -29,6 +29,7 @@ async def ping(ctx): # Bot ~8Ball command @client.command(aliases=['8ball']) +@cooldown(1, 2, BucketType.channel) async def _8ball(ctx, *, question): Responses = ["Hamothy is preoccupied with catching a case", "Kate decides it will come true",