/discord_transfer

Discord voice transfer to other channel

Primary LanguageJavaScriptMIT LicenseMIT

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

&trans
# Select a channel and start the transfer

— 📣 —

discord_transfer is licensed under the terms of the MIT license.