Skip to content

Latest commit

 

History

History
99 lines (54 loc) · 3.78 KB

README.md

File metadata and controls

99 lines (54 loc) · 3.78 KB

Deezercord | A Music Bot for Deezer

Official Repository for the Community Deezer Music Power Bot.

Not affialiated with deezer.com, but using deezer.com Features only!

Features [Planned]

✔ Listen to Music from Deezer

✔ Latest Chart Playlists auto-player Command

✔ Fast and crisp Audio Quality

✔ Feature Rich and stable

✔ Statistics

✔ Link your Account and do activities with it

Deezcord Logo

Deezcord | Public Bot

Self-Hosting Guide

  • Note here you can find a dedicated Wiki!

Tutorial Video:

DeezCord_Prep_Tutorial.mp4

Preparation:

Software you need:

Steps to get the Bot running

assuming, you have a lavalink Server running, as well as a postgresQL database.

  1. Download the repository or git clone https://github.com/Tomato6966/deezcord-music-bot it.

  2. Rename example.env -> .env

    • Then fill in the Values
    • Make sure to pass the correct LAVALINK_PORT, LAVALINK_HOST and LAVALINK_PASSWORD
    • Also make sure to pass the correct DATABASE_URL
  3. Install Packages

    • Do it by running: npm install in a console in the project repository
  4. Initialize the Database

    • By doing: npx prisma migrate dev and afterwards npx prisma generate
  5. Start it

    • Just type: npm run start or node ./src/index.mjs;

Support & Updates Server

Todos

✖ Listen to Music from Deezer

✖ Latest Chart Playlists auto-player Command

✖ Fast and crisp Audio Quality

✖ Feature Rich and stable

✖ Statistics

✖ Link your Account and do activities with it