diff --git a/bot.py b/bot.py index 4cf804c..81e1656 100644 --- a/bot.py +++ b/bot.py @@ -400,4 +400,6 @@ client.run(TOKEN) # Every 12 hours check for SSL expiry scheduler = AsyncIOScheduler() scheduler.add_job(checkForSSLExpiry, 'interval', hours=12) -scheduler.start() \ No newline at end of file +scheduler.start() + +checkForSSLExpiry() \ No newline at end of file