Version 0.4.0-alpha1
This commit is contained in:
@@ -13,6 +13,8 @@ async function play(instance, song) {
|
||||
inputType: StreamType.Arbitrary
|
||||
}) // Remplace par ton fichier audio
|
||||
|
||||
|
||||
instance.setCurrentResource(resource)
|
||||
player.play(resource);
|
||||
instance.connection.subscribe(player);
|
||||
clog.log(`GUILD : ${instance.guildId} - Lecture de la musique (Media): ${song.title} - id : ${song.id}`)
|
||||
|
Reference in New Issue
Block a user