sample discord join2create bot made by discord.js
- Clone this repository
- Install the required packages
npm install - Create a new application in the Discord Developer Portal
- Create a bot for the application
- Make a .env file and add the following
TOKEN=Your bot token
CLIENT_ID=Your bot client id
- Run the bot
node index.js - Invite the bot to your server
/rename- Rename the voice channel/set-limit- Set the user limit of the voice channel(set to 0 for no limit)/kick- Kick a user from the voice channel/ping- Check if the bot is online