Error fetching channel

*sry wrong title, should be setNicknames doesnt always update
let getguild = await client.guilds.cache.get("ID")
let userToAddRole = await getguild.members.fetch("ID")
userToAddRole.setNickname(`[WN] ${userToAddRole.user.username}`)

this sometimes updates the nicknames, but sometimes doesnt.
Any reasons why this would be the case?
Was this page helpful?