chore: update auto reply channels

This commit is contained in:
2024-12-19 22:27:01 +01:00
parent 75f630b020
commit 7b015220b4
2 changed files with 13 additions and 10 deletions

22
aw.py
View File

@@ -12,20 +12,22 @@ from discord.ext import commands, tasks
GUILD_ID = 1110531063161299074 GUILD_ID = 1110531063161299074
BOT_LOG = 1112049391482703873 BOT_LOG = 1112049391482703873
GENERAL_CHANNEL = 1110531063744303138
# Define the channel IDs where auto responds are allowed # Define the channel IDs where auto responds are allowed
ALLOWED_CHANNELS = [ ALLOWED_CHANNELS = [
1110531063744303138, GENERAL_CHANNEL,
1112048063448617142, 1145458108190163014, # mw2 general
1145458108190163014, 1145456435518525611, # mw2 mp
1145456435518525611, 1112016681880014928, # mw2 sp
1145469136919613551, 1145459504436220014, # iw5 support
1145459788151537804, 1145469136919613551, # s1 general
1145469106133401682, 1145459788151537804, # s1 support
1117540484085194833, 1145469106133401682, # iw6 general
1112049391482703873, 1145458770122649691, # iw6 suppoort
1180796301953212537, # bo3 support
BOT_LOG,
] ]
GENERAL_CHANNEL = 1110531063744303138
# Load existing patterns from file # Load existing patterns from file
try: try:

View File

@@ -1,2 +1,3 @@
discord.py discord.py
requests requests
audioop-lts