diff --git a/index.js b/index.js index 4f5554b..dbc2ace 100644 --- a/index.js +++ b/index.js @@ -45,7 +45,7 @@ server.listen(PORT, async () => { // Setup scheduled tasks - setupCronJobs(client, io); + //setupCronJobs(client, io); console.log('[Cron Jobs Initialized]'); console.log('--- FlopoBOT is ready ---');