mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
PLS WORK
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user