Skip to content
forked from stegripe/rawon

A simple powerful Discord music bot built to fulfill your production desires. Easy to use, with no coding required.

License

Notifications You must be signed in to change notification settings

PixlGalaxy/Pixl

 
 

Repository files navigation

PIXL (Forked From Rawon Archived)

A simple powerful Discord music bot built to fulfill your production desires. Easy to use, with no coding required.

Features

  • Interaction support.
  • Configurable, and easy to use.
  • Basic music and moderation commands.
  • A production-ready project, set up the bot without coding.

General Setup

  1. Download and install Node.js version 16.6.0 or higher
  2. Open the .env_example file and rename it to .env
  3. Install required and optional dependencies. You still can use npm too.
$ pnpm install
  1. Compile the file
$ pnpm run build
  1. If you want to save your disk spaces, let's prune the dev dependencies
$ pnpm prune --production
  1. Finally, you can start the bot
$ pnpm start

Docker

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

Disclaimers are listed on the DISCLAIMERS.md file.

Project Contributors

Developers

Translators

About

A simple powerful Discord music bot built to fulfill your production desires. Easy to use, with no coding required.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 96.4%
  • JavaScript 3.0%
  • Other 0.6%