Skip to content

coopw1/BrainzBot

Repository files navigation

BrainzBot

GitHub License GitHub last commit (by committer) GitHub commit activity (branch) Discord

BrainzBot is a .fmbot inspired discord bot for ListenBrainz. You can add it to your server using this link

Have any questions or just want to try out the bot? Join the discord server here!

About the bot

This bot was created mostly as a way for me to get motivation and grow more consistant with learning how to code.

Self-hosting

  1. Download and install node.js if you don't already have it.
  2. Clone/download this repo and go into the folder.
    git clone https://github.com/coopw1/BrainzBot
    
  3. Install the node dependencies.
    npm install
    
  4. Fill out .env.example and config.json.example, then rename them to .env and config.json respectively.
  5. Run the bot!
    npm run start
    

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.