Retry Option added

This commit is contained in:
killer069
2021-09-06 13:12:35 +05:30
parent 3c0e358e20
commit ca87a9877e
5 changed files with 48 additions and 27 deletions

View File

@@ -17,7 +17,9 @@ client.on('messageCreate', async message => {
})
let args = message.content.split('play ')[1].split(' ')[0]
let stream = await play.stream(args, COOKIE)
let stream = await play.stream(args, {
cookie : COOKIE
})
/*
OR if you want to get info about youtube link and then stream it