Explore music with your Discord server community
Bot that checks for new music from added artists daily at both midnight and noon.
Created using Discord API, Discord.js, Firebase database, and Spotify API. Hosted on Heroku for my own Discord server use.
-
>add
- Add artist to your list of artists
-
>remove (rm)
- Remove artist to your list of artists
-
>list (ls)
- List all artists in your list of artists
-
>check
- Check for new music from your list of artists
-
>help
- List these available commands in server
- Clone or fork the repository.
- Run:
npm install
- Create app for Discord, Firebase, and Spotify.
- Activate Firebase database
- Retrieve keys, secrets, and tokens from all apps.
- Rename
sample.env
to.env
and add corresponding values from above. - Add server channel ID that you want the messages to be sent to
.env
file. - Create server role named
New Music
. - Run bot locally on your machine:
npm start
- Start adding artists!