update sfm stream url

This commit is contained in:
codey 2025-03-10 09:59:42 -04:00
parent 07f36c08bb
commit 9ca18fda7e

View File

@ -13,7 +13,7 @@ class Radio(commands.Cog):
self.channels: dict[str, tuple] = {
'sfm': (1145182936002482196, 1221615558492029050), # Tuple: Guild Id, Chan Id
}
self.STREAM_URL: str = "https://relay.sfm.codey.lol/aces.ogg"
self.STREAM_URL: str = "https://stream.codey.lol/sfm.ogg"
self.LAST_NP_TRACK: Optional[str] = None
try:
self.radio_state_loop.cancel()