Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const getYoutubeID = require("get-youtube-id");
- const fetchVideoInfo = require("youtube-info");
- const YouTube = require("simple-youtube-api");
- const youtube = new YouTube("AIzaSyAdORXg7UZUo7sePv97JyoDqtQVi3Ll0b8");
- const queue = new Map();
- const yt = require("ytdl-core");
- client.on("voiceStateUpdate", (oldMember, newMember) => {
- if (
- oldMember.voice.channel === undefined &&
- newMember.voice.channel !== undefined
- ) {
- const.voice.channel = client.channels.cache.get("647517434990821401"); // ID ROOM
- .voice.channel.join().then(connnection => {
- let disp = yt("https://www.youtube.com/watch?v=TVo_H8fAN9k", {
- audioonly: true
- });
- const dispatcher = connnection.play(disp);
- });
- } else if (newMember.voice.channel === undefined) {
- const.voice.channel = client.channels.cache.get("647517434990821401"); // ID ROOM
- .voice.channel.leave();
- }
- }); // Toxic Codes n3k4a
Advertisement
Add Comment
Please, Sign In to add comment