the discord bot written on js to play youtube videos in the voice channel
- Install dependencies:
npm install
- Install
pm2
:
npm install pm2 -g
Run the bot in DEV mode:
npm run dev
Ctrl + C
to stop the bot
Compile TypeScript code:
npm run build
Run bot on the background:
npm run deploy:app
Stop bot:
npm stop
Open logs:
npm run logs:show
To close logs press Ctrl + C
Clear logs:
npm run logs:clear
Run linter without fixing errors:
npm run lint
Run linter and fix the errors:
npm run lint:fix