Music Bot used in Fred Again's Discord
Find a file
2025-08-13 22:27:21 +02:00
src Throw error after losing connection for too long 2025-06-26 11:50:51 +02: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 Publish 2025-06-23 00:13:13 +02: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.