An open source Discord bot for sharing Spotify presence to a given Discord channel.
- Song title, artist(s), album name, album cover and more
- Configuring state, channel, mode and users within Discord
- Download and Install NodeJS
- Clone this repository:
git clone https://github.com/Zemyoro/Melody
- Set current directory:
cd Melody
- Install modules:
npm install
- Rename
template.env
to.env
- Follow comments inside
.env
and fill the fields - Deploy Melody command:
npm run deploy:guild
- Start Melody:
npm start
Install PM2: npm install -g pm2
then start hosting Melody: npm run host
Start Melody: npm run dev
If you encounter any issues not listed below, please report them here.