From 34ce84532dae9354a2da539ecd140215e85c5b33 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Mon, 22 Jul 2024 20:58:04 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=A0=E3=82=A2=E3=82=A6?= =?UTF-8?q?=E3=83=88=E3=81=BE=E3=81=A7=E3=81=AE=E6=99=82=E9=96=93=E3=82=92?= =?UTF-8?q?5=E5=88=86=E3=81=AB=E5=BB=B6=E9=95=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dislocker.py b/dislocker.py index 695e58c..46119a8 100644 --- a/dislocker.py +++ b/dislocker.py @@ -741,7 +741,7 @@ if dislocker.init_result == "ok": intents.message_content = True bot = Bot(intents=intents) monitor = Monitor() - monitor.start(search_time=10, allowable_time=30) + monitor.start(search_time=10, allowable_time=300) bot.run(dislocker.server_config['bot']['token']) else: pass \ No newline at end of file