From 451ea60140a99efb9fe9a57c02176bcd8a26fee3 Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Thu, 25 Jul 2024 14:31:18 +0900 Subject: [PATCH] =?UTF-8?q?monitor=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dislocker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dislocker.py b/dislocker.py index d6ec071..10b64b3 100644 --- a/dislocker.py +++ b/dislocker.py @@ -740,8 +740,8 @@ if dislocker.init_result == "ok": intents = discord.Intents.default() intents.message_content = True bot = Bot(intents=intents) - monitor = Monitor() - monitor.start(search_time=10, allowable_time=300) + #monitor = Monitor() + #monitor.start(search_time=10, allowable_time=300) bot.run(dislocker.server_config['bot']['token']) else: pass \ No newline at end of file