Update stationsListURL

This commit is contained in:
Christer Warén
2021-11-29 13:20:33 +02:00
parent 3c49d3ccec
commit 2891ceee0d
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ module.exports = {
token: process.env.DISCORD_TOKEN,
//radio stations
stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://gitea.cwinfo.org/cwchristerw/radio/raw/branch/master/playlist.json",
stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json",
//support
supportGuild: "https://discord.gg/rRA65Mn",