Riva
Riva
Explore posts from servers
UBUniversal Blue
Created by Riva on 1/1/2025 in #🛟bazzite-help
iMac won’t boot
Wasn’t sure if I’m doing something wrong. Setup works fine but after boot the screen just had a flashing cursor and never loads anything. Ideas?
7 replies
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