A Music bot I am creating for dogehouse!
Contributors are welcome!
For ideas of what to add to the bot create an issue.
Thanks for considering to contribute! here's how to set up your environment:
- fork this repo then clone it
- run
npm installto install dependencies - copy
config.example.jstoconfig.js. in linux or mac:cp config.example.js config.js; - get your access & refresh tokens then put them in
config.js - run
npm run createand save token you get, then put it inconfig.jsunderbotToken; - go to textdb.dev and copy the UUID (long text in cyan), and place it
config.jsindbId. - run
npm run startto start the bot! - open the room and use
-myidthen add it toconfig.js
- queue
- nowplaying
- skip
- save playlists
- dj mode
- command handler
- change room name to be the current song playing (impossible for now)