From da5aecc342908835d98920efb4cd8c929f6953e4 Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Wed, 9 Sep 2026 17:14:57 +0200 Subject: [PATCH] chore: update this --- bot/events_handlers/message_events.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bot/events_handlers/message_events.py b/bot/events_handlers/message_events.py index 4df76d0..c3db9d1 100644 --- a/bot/events_handlers/message_events.py +++ b/bot/events_handlers/message_events.py @@ -30,7 +30,6 @@ MW3_CHANNEL = 1145459504436220014 GHOST_CHANNEL_ID = 1145469106133401682 AW_CHANNEL_ID = 1145469136919613551 DEPRECATED_SUPPORT_CHANNELS = [ - GHOST_CHANNEL_ID, AW_CHANNEL_ID, MW2_CHANNEL, MW3_CHANNEL, @@ -117,7 +116,7 @@ async def handle_deprecated_support_channel(message): now = aware_utcnow() if ( deprecated_support_last_response_time is None - or now - deprecated_support_last_response_time >= timedelta(minutes=60) + or now - deprecated_support_last_response_time >= timedelta(minutes=180) ): deprecated_support_last_response_time = now await message.reply(