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",