From 5808ad5309478bf167bf9787b54cc39f5a4f0579 Mon Sep 17 00:00:00 2001 From: nex Date: Thu, 16 Mar 2023 23:49:46 +0000 Subject: [PATCH] decrease poll time --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index 86e8368..6915d37 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -873,7 +873,7 @@ class OtherCog(commands.Cog): _bot.console.log(f"File {target_fn} size: {last_3_sizes}") else: _bot.console.log(f"File {target_fn} does not exist") - sleep(3) + sleep(1) with open(target_fn, "rb") as f: _io.write(f.read())