A discord radio bot built with the discord-akairo framework.
git clone https://github.com/TeeSeal/Musen.git
cd Musen
npm i
mv .env.example .env
- Fill the .env file with all necessary values
npm run dev
npm i --only=prod
- Export the environment variables specified in
.env.example
(otherwise they can be specified when running the app) npm start