A voicechat room management bot
The admin
setting in commands means the command is only available to those with an admin role
Edit the .env
file to add your discord token
Install the dependencies with
> npm install
Run the bot with
> npm run start
OR
> npm run build
> node build/index.js
- Discord.js v13