voice stuff

This commit is contained in:
Amish Shah
2016-08-25 14:24:06 +01:00
parent 253789f398
commit d6f5df39fc
10 changed files with 48 additions and 30 deletions

View File

@@ -205,8 +205,6 @@ client.on('message', msg => {
msg.channel.guild.channels.get(chan).join()
.then(conn => {
msg.reply('done');
const f = '04 Out of the Woods.m4a';
conn.player.playFile(`C:/Users/amish/Desktop/${f}`);
conn.player.on('debug', console.log);
})
.catch(console.log);