decrease poll time

This commit is contained in:
Nexus 2023-03-16 23:49:46 +00:00
parent b8073fe290
commit 5808ad5309

View file

@ -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())