only announce in #tilderadio

This commit is contained in:
Ben Harris 2020-11-19 11:34:30 -05:00
parent 8da0d843ba
commit cae3db8981
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ from smtplib import SMTP
from src import ModuleManager, utils
CHANNEL = "#tilderadio"
NOTIFY_CHANNELS = [CHANNEL, "#meta", "#team", "#club"]
NOTIFY_CHANNELS = [CHANNEL]
LISTEN_URL = "https://tilderadio.org/listen"
SCHEDULE_URL = "https://tilderadio.org/schedule/"
SOURCE_URL = "https://tildegit.org/ben/bitbot-modules"