@ -43,7 +43,7 @@ async def play_sound(filename):
async def barkbark(sound):
global COOLDOWN
if time.time() - COOLDOWN < 15.0:
if time.time() - COOLDOWN < 20.0:
logging.info('Cooldown skipping.')
return
COOLDOWN = time.time()
The note is not visible to the blocked user.