mirror of
https://github.com/alterware/aw-bot.git
synced 2025-11-18 09:02:07 +00:00
chore: update auto reply channels
This commit is contained in:
22
aw.py
22
aw.py
@@ -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:
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
discord.py
|
discord.py
|
||||||
requests
|
requests
|
||||||
|
audioop-lts
|
||||||
|
|||||||
Reference in New Issue
Block a user