Riva
DIAdiscord.js - Imagine an app
•Created by Riva on 12/13/2023 in #djs-questions
ScheduleJob not working?
Have this, I can run the function on launching the bot, but I can't seem to get the reoccurring schedule to work, ideas?
client.on('ready',() => {
schedule.scheduleJob({hour: 0, minute: 30, dayOfWeek: 0}, function(){
post();
});
});
3 replies