Update new stationslistUrl in config.ts

This commit is contained in:
Christer Warén 2023-12-01 22:49:42 +02:00
parent cc0864f3d9
commit c2b9000079

View File

@ -6,7 +6,7 @@ export default {
token: process.env.DISCORD_TOKEN,
//radio stations
stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://git.cwinfo.net/cwchristerw/radio/raw/branch/master/playlist.json",
stationslistUrl: process.env.RADIOX_STATIONSLISTURL || "https://eximiabots.waren.io/radiox/stations.json",
//support
supportGuild: "https://discord.gg/rRA65Mn",