From 183b696b588ec9f8915fb27036b54fe5b59cdc22 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:34:14 +0100 Subject: [PATCH] feat: youtube notification system! --- index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.ts b/index.ts index 739e98c..c44353b 100644 --- a/index.ts +++ b/index.ts @@ -58,5 +58,4 @@ client.login(process.env.TOKEN); setIntervalAsync(async () => { await youtubenotifications(client) - console.log('tested') -}, 12000); \ No newline at end of file +}, 120_000); \ No newline at end of file