Gatti
DIAdiscord.js - Imagine an app
•Created by Gatti on 3/7/2025 in #djs-questions
Problem with channel fetching
Hello.
So Ive been fighting with this for a month now and I don't know where issue is, so im trying my luck here.
I have made a reminders system. Reminders has channel ID and user ID saved in db. I have functions running every 5 seconds that check if there are any reminders to send.
This function fetches the discord user, this works fine and as intendent. But problem I have is with the channel fetch. I'm using
.broadcastEval
function, inside first I try to fetch the channel from cache, if this fails, it try to fetch normally from API. But sometimes this process fails and no shards could find that channel and rather send the reminder into DM. The problem is, that the channel is same in both cases. I tried to use the console logs for debugging, but its just logs that none of the shards could find the channel, but for next reminder with same channel, it could find the channel perfectly fine.
What can be issue here? Or what other alternatives can I try? Someone told me that I shouldnt be fetching channels when using sharding, but then how can I make this reminder system possible?
discord.js - 14.14.1
nodejs - 20.15.123 replies