From c2b90000796f4e08c48d432f5af90da4efc08e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 1 Dec 2023 22:49:42 +0200 Subject: [PATCH] Update new stationslistUrl in config.ts --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 59df496..6aaaa59 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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",