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 install
to install dependencies - copy
config.example.js
toconfig.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 create
and save token you get, then put it inconfig.js
underbotToken
; - go to textdb.dev and copy the UUID (long text in cyan), and place it
config.js
indbId
. - run
npm run start
to start the bot! - open the room and use
-myid
then 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)