From 7b015220b474be962fe4c5d29fae42ff79b88afd Mon Sep 17 00:00:00 2001 From: diamante0018 Date: Thu, 19 Dec 2024 22:27:01 +0100 Subject: [PATCH] chore: update auto reply channels --- aw.py | 22 ++++++++++++---------- requirements.txt | 1 + 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/aw.py b/aw.py index cd6af8b..81bc59e 100644 --- a/aw.py +++ b/aw.py @@ -12,20 +12,22 @@ from discord.ext import commands, tasks GUILD_ID = 1110531063161299074 BOT_LOG = 1112049391482703873 +GENERAL_CHANNEL = 1110531063744303138 # Define the channel IDs where auto responds are allowed ALLOWED_CHANNELS = [ - 1110531063744303138, - 1112048063448617142, - 1145458108190163014, - 1145456435518525611, - 1145469136919613551, - 1145459788151537804, - 1145469106133401682, - 1117540484085194833, - 1112049391482703873, + GENERAL_CHANNEL, + 1145458108190163014, # mw2 general + 1145456435518525611, # mw2 mp + 1112016681880014928, # mw2 sp + 1145459504436220014, # iw5 support + 1145469136919613551, # s1 general + 1145459788151537804, # s1 support + 1145469106133401682, # iw6 general + 1145458770122649691, # iw6 suppoort + 1180796301953212537, # bo3 support + BOT_LOG, ] -GENERAL_CHANNEL = 1110531063744303138 # Load existing patterns from file try: diff --git a/requirements.txt b/requirements.txt index f94f589..2371911 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ discord.py requests +audioop-lts