monitorを無効化

This commit is contained in:
suti7yk5032 2024-07-25 14:31:18 +09:00
parent e9a322f839
commit 451ea60140

View file

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