Docs and examples updated

This commit is contained in:
killer069
2021-09-21 13:00:38 +05:30
parent c68a57aaf4
commit 3528f89607
14 changed files with 436 additions and 192 deletions

View File

@@ -25,7 +25,7 @@ client.on('messageCreate', async message => {
let stream = await play.stream_from_info(yt_info)
*/
let resource = createAudioResource(stream.stream, {
let resource = createAudioResource(stream, {
inputType : stream.type
})
let player = createAudioPlayer({