feat: youtube notification system!

This commit is contained in:
2022-10-31 21:34:14 +01:00
parent afd7f17b1e
commit 183b696b58

View File

@@ -58,5 +58,4 @@ client.login(process.env.TOKEN);
setIntervalAsync(async () => {
await youtubenotifications(client)
console.log('tested')
}, 12000);
}, 120_000);