mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-04-16 17:38:20 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [@discordjs/voice](https://github.com/discordjs/discord.js/tree/HEAD/packages/voice) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/discordjs/discord.js/releases) - [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/voice/CHANGELOG.md) - [Commits](https://github.com/discordjs/discord.js/commits/@discordjs/voice@0.18.0/packages/voice) --- updated-dependencies: - dependency-name: "@discordjs/voice" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
RadioX by EximiaBots
Internet Radio to your Discord guild
Radio Stations List
This bot is getting radio stations from our servers.
https://eximiabots.waren.io/radiox/stations.json
List is generated with cwchristerw's radio repo. This list is currently maintained by Christer Warén. You can use alternative list with same format when using RADIOX_STATIONSLISTURL environment variable.
Docker
1. Build Image
Production
podman build -t warengroup/eximiabots-radiox:latest . --pull
Beta
podman build -t warengroup/eximiabots-radiox:latest-beta . --pull
Dev
podman build -t warengroup/eximiabots-radiox:latest-dev . --pull
2. Run Container
Production
podman run --name radiox -d -e DISCORD_TOKEN= -e STREAMER_MODE=auto -v "$PWD/datastore":/usr/src/app/datastore/ warengroup/eximiabots-radiox:latest
Beta
podman run --name radiox -d -e DISCORD_TOKEN= -e STREAMER_MODE=auto -v "$PWD/datastore":/usr/src/app/datastore/ warengroup/eximiabots-radiox:latest-beta
Dev
podman run --rm --name radiox-dev -e DISCORD_TOKEN= -e DEV_MODE=true -v "$PWD":/usr/src/app/ warengroup/eximiabots-radiox:latest-dev
Join our Discord Server
Description
Languages
TypeScript
99.7%
Dockerfile
0.3%