Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.9 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.9 KB

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.