Checking cooldown on the 8ball command

testing
sgoudham 5 years ago
parent 29a7d3bfc4
commit 2776436d92

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

Loading…
Cancel
Save