Music Bot used in Fred Again's Discord
Find a file
2026-01-29 16:46:48 +01:00
src Play tracks in order 2026-01-29 16:46:48 +01:00
.env.example Add debug option 2025-06-25 15:45:18 +02:00
.gitignore Publish 2025-06-23 00:13:13 +02:00
Dockerfile Update Dockerfile 2026-01-29 16:25:17 +01:00
package.json Publish 2025-06-23 00:13:13 +02:00
pnpm-lock.yaml Publish 2025-06-23 00:13:13 +02:00
pnpm-workspace.yaml Publish 2025-06-23 00:13:13 +02:00
README.md Update README.md 2025-06-23 01:04:18 +02:00
tsconfig.json Publish 2025-06-23 00:13:13 +02:00

fredFM Bot

An experimental music bot using discord.js/voice and soundcloud.ts, streaming fredFM radio in Fred Again's Discord community.

Setup

Environment variables are specified in .env.example.

pnpm run build
pnpm run start

Docker

A Docker image can be built from Dockerfile by running:

docker build -t fredfm .

There may be some network and firewall issues, primarily due to the way the module connects to Discord. This requires further analysis.