A Functional Discord Music Bot
Invite Hoot to your Discord Server
Report Bug
.
Request Feature
npm installSpecify a secret file src/.env (support src/.env.*) using example.env
Specify a cookie file src/cookies.json (or a custom file name in .env) using this guide.
This example can be run with tsc-watch to watch the files and automatically restart your bot.
npm run watch:startYou can also run the bot with npm dev, this will first build your code and then run node ./dist/index.js. But this is not the recommended way to run a bot in production.