discordgo
discordgo copied to clipboard
Member.Roles doesn't change when a member's roles change
The roles in the member struct stay the same, even though a member received a new role for example.
I don't mean as in the same struct
it is called from two separate occasions, but although the member has a new role the roles stay the same :/
member, err := session.State.Member(gid, uid)