Small Patch for Normal streams

This commit is contained in:
killer069 2021-08-28 23:57:24 +05:30
parent aabe7940fa
commit 1334e312d0
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "play-dl",
"version": "0.6.1",
"version": "0.6.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "play-dl",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",
"dependencies": {
"got": "^11.8.2"

View File

@ -1,6 +1,6 @@
{
"name": "play-dl",
"version": "0.6.1",
"version": "0.6.2",
"description": "YouTube, SoundCloud, Spotify streaming for discord.js bots",
"main": "dist/index.js",
"typings": "dist/index.d.ts",

View File

@ -202,7 +202,7 @@ export class Stream {
this.timer = setTimeout(() => {
this.loop()
}, 290 * 1000)
}, 280 * 1000)
}
private loop(){