Ir para conteúdo
Fórum Script Brasil

SrArthur

Membros
  • Total de itens

    1
  • Registro em

  • Última visita

Tudo que SrArthur postou

  1. alguém sabe como consertar esta dando erro "Expression expected [11, 1] const Discord = require ('discord.js'); const bot = new Discord.Client(); exports.bot = bot; const ytdl = require('ytdl-core'); const streamOptions = {seek: 0, volume: 1}; const token = 'NzEzNTY5ODU4MTI5NzU2MTkx.XsiCGA.1stnbTYavNKglIaPxhaQJmc-WEI'; bot.login(token); bot.on('ready', listener,() =>{ return void } ); bot.on('message', msg =>{ if (msg.author.bot){ return; } if(msg.content.indexOf("youtube") !== -1 && msg.content.toLowerCase().startsWith("?play")){ let CompleteMessage = msg.content.split(' '); let youtubeLink = CompleteMessage[1]; if (VoiceChannel == null) { console.log ('canal não foi encontrado!'); } if(VoiceChannel !== null){ console.log('o canal foi encontrado!'); VoiceChannel.join() .then(connection => { const stream = ytdl(youtubeLink, {filter: 'audioonly'}); const DJ = connection.playStream(stream, streamOptions) DJ.one('end', end =>{ VoiceChannel.leave; }) }) .catch(console.error) } } }); function newFunction() { return 1; } function newFunction() { return 0; }
×
×
  • Criar Novo...