/discord-stream

A music-streaming bot for Discord, made to be performant and used on thousands of servers.

Primary LanguageTypeScriptMIT LicenseMIT

note

A music bot for Discord with high-performance, easily scalable.

Installation

# install dependencies
yarn

# compile source & start app
yarn start

Don't forget to edit the .env file, this file contains tokens and options. Those variables will be included in the app as environment variables.

If you plan to run the bot on a VM, I recommend you to setup pm2 as the app will automatically restart when it crashes, when the VM restart, ...

I highly recommend the use of ndb to debug the app properly.

# install ndb globally
yarn global add ndb

# inside the cloned repo, run
ndb .

# once ndb opened, run the `yarn dev` script on the bottom left of the ndb window

License

This project is under MIT license.