shikoshib
DIAdiscord.js - Imagine an app
•Created by shikoshib on 4/17/2024 in #djs-questions
Prevent caching
Hey there!
Yesterday I had a problem where my bot didn't show the roles it can give in the dashboard, even after moving the bot role to the very top. I had to literally restart the bot to fix it.
Turns out, the roles were cached. Makes sense, because I used
guild.roles.cache.forEach()
to get them.
But that got me thinking: how can I get an uncached roles list in d.js v13?10 replies