mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-06 04:32:40 +00:00
Retry Option added
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user