This is a Discord bot that allows you to move voice channels by specifying users.
It supports moving multiple users and channels.
Move voice channel by specifying user
/moves (destination channel) (user1) (user2) ・・・
Specify a voice channel and move all members in it
/channel (origin channel) (destination channel)
*Requires Node v16.9.0 or later
git clone https://github.com/sakusaku3939/discord-vc-bot.git
cd discord-vc-bot
npm install
Create a new application from the Discord Developer Portal and paste the token into DISCORD_TOKEN.
echo 'DISCORD_TOKEN="token"' > .env
You can start with the following command.
ts-node server.ts
