Error : USER_BANNER_NOT_FETCHED #939
Answered
by
Jiralite
Zarcross-dev
asked this question in
Q&A
-
Hi, i'm doing a code who save avery user of a server into a json file to use it on another code, my question is, why can i do to not have this error again ? my code is something like this (it is into the "client.on ready" function ): const Guild = client.guilds.cache.get("799048208453468172");
Guild.members.cache.forEach(User => {
if(db.get("xp_user").find({id: User.user.id})){
db.get("xp_user").find({id: User.user.id}).assign({id: User.user.id, user: User.user}).write()
}
}); |
Beta Was this translation helpful? Give feedback.
Answered by
Jiralite
Oct 26, 2021
Replies: 1 comment 1 reply
-
This is actually a bug and will be addressed for version 13.3: discordjs/discord.js#6783 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Zarcross-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is actually a bug and will be addressed for version 13.3: discordjs/discord.js#6783