A simple powerful Discord music bot built to fulfill your production desires. Easy to use, with no coding required.
- Interaction support.
- Configurable, and easy to use.
- Basic music and moderation commands.
- A production-ready project, set up the bot without coding.
- Download and install Node.js version
16.6.0
or higher - Open the
.env_example
file and rename it to.env
- Install required and optional dependencies. You still can use
npm
too.
$ pnpm install
- Compile the file
$ pnpm run build
- If you want to save your disk spaces, let's prune the dev dependencies
$ pnpm prune --production
- Finally, you can start the bot
$ pnpm start
You can use our official Docker image:
$ docker run -v ./scripts:/app/scripts --env-file ./.env -d ghcr.io/pixlgalaxy/pixl:latest
...or with docker-compose:
services:
pixl:
image: ghcr.io/pixlgalaxy/pixl:latest
restart: unless-stopped
env_file: .env
volumes:
- "./scripts:/app/scripts"
Don't forget to create .env
file and fill environment values from .env_example
file
NOTE: You must attach /app/scripts
volume if you use yt-dlp
stream strategy.
Disclaimers are listed on the DISCLAIMERS.md file.
- Developers (en, id)
- @21Z (en)
- @lxndr-rl (es)
- @MoustacheOff (fr)
- @RabbitYuKu (zh-CN, zh-TW)
- @RomaDevWorld (uk)
- @hmz121 (vi)
- @melloirl (pt-BR)
- @Ronner231 (ru)
- @Fyphen1223 (ja)
- @OsmanTunahan (tr)