SourCreamCulture / dogebeatz

A dogehouse.tv music bot!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dogebeatz

dogebeatz | dogehouse

A Music bot I am creating for dogehouse!

Contributors are welcome!

For ideas of what to add to the bot create an issue.

Contributing

Thanks for considering to contribute! here's how to set up your environment:

  1. fork this repo then clone it
  2. run npm install to install dependencies
  3. copy config.example.js to config.js. in linux or mac: cp config.example.js config.js;
  4. get your access & refresh tokens then put them in config.js
  5. run npm run create and save token you get, then put it in config.js under botToken;
  6. go to textdb.dev and copy the UUID (long text in cyan), and place it config.js in dbId.
  7. run npm run start to start the bot!
  8. open the room and use -myid then add it to config.js

Features to be added:

  • queue
  • nowplaying
  • skip
  • save playlists
  • dj mode
  • command handler
  • change room name to be the current song playing (impossible for now)

About

A dogehouse.tv music bot!

License:MIT License


Languages

Language:JavaScript 100.0%