Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
/ discord_transfer Public archive

Discord voice transfer to other channel

License

Notifications You must be signed in to change notification settings

suzukey/discord_transfer

Repository files navigation

discord_transfer

Discord voice transfer to other channel

discord_transfer

rendering image

Requirements

Node 12+

Run

Create config/secrets.js and set tokens

module.exports = {
  from_token: "<BOT_A_TOKEN>",
  to_token: "<BOT_B_TOKEN>"
}

Install dependencies & Run bots

$ npm install
$ npm run start

To start the bot in the current guild, Send &trans command in Discord

# Select channels and start the transfer
&trans

# Join by specifying the channel names argument
&trans [FromChannelName] [ToChannelName]

# Leave channels and end the transfer
&leave

— 📣 —

discord_transfer is licensed under the terms of the MIT license.