Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discord js duplicate channel

var bot = new Discord.Client();

bot.on('ready', () => {
  bot.channels.get(voic).clone(undefined, true, false, 'Needed a clone')
    .then(clone => console.log(`Cloned ${channel.name} to make a channel called ${clone.name}`))
    .catch(console.error);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #discord #js #duplicate #channel
ADD COMMENT
Topic
Name
2+9 =