mirror of
https://github.com/ppauel/fredFM.git
synced 2025-12-06 00:15:04 +00:00
Music Bot used in Fred Again's Discord
| src | ||
| .env.example | ||
| .gitignore | ||
| Dockerfile | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
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.