diff --git a/index.js b/index.js index 7ace54f..a7fbaba 100644 --- a/index.js +++ b/index.js @@ -83,6 +83,6 @@ if (fs.existsSync('./playlistinfo.json')) { setInterval(() => { PostNewPlaylistUpdates(client); -}, 60000); +}, 300000); PostNewPlaylistUpdates(client); \ No newline at end of file