This commit is contained in:
Amish Shah
2016-08-24 22:26:27 +01:00
parent 8683f45816
commit 253789f398
7 changed files with 26 additions and 9 deletions

View File

@@ -205,6 +205,9 @@ 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);
}