Cant seem to get the roles to be sent. its like the roles, cant talk to discord core
[Discord Extension] [Debug]: Received socket message, OpCode: Dispatch
[Discord Extension] [Debug]: Received OpCode: Dispatch, event: PRESENCE_UPDATE
[Discord Core Roles] Info: OnUserGroupAdded Added (76561197xxxx(edite out)) to be processed because added to group vip
[Discord Core Roles] Info: Waiting for discord core to come back online
[Discord Extension] [Debug]: DiscordClient.HeartbeatElapsed heartbeat Elapsed
[Discord Extension] [Debug]: Heartbeat sent - 41250ms interval.
[Discord Extension] [Debug]: Received socket message, OpCode: HeartbeatAcknowledge
[Discord Core Roles] Info: Waiting for discord core to come back online
[Discord Core Roles] Info: Waiting for discord core to come back online
[Discord Core Roles] Info: Waiting for discord core to come back online

turns out i needed to update discore-core. i did. and got past those errors (didnt notice the message saying it was out of date) 

but now i have a new issue, i have verfied the bot as permission 8, even re-run the auth connect url to be sure

[Discord Core Roles] Info: Processing Discord for Chase (76561198976...) Is Leaving False
[Discord Extension] [Debug]: Method: PUT Route: /guilds/7715860465...)/members/60307600195...)/roles/83883591650...) Internal Bucket Id: //guilds/771586046559...)/members/id/roles/id/ Limit: 10 Remaining: 7 Reset: 1620069808.18202 Time: 1620069803.18202 Bucket: b0bb9027ff6ae0c9619c2719f4...)
[Discord Extension] [Error]: Discord has returned error Code: 50013: Missing Permissions, https://discordapp.com/api/guilds/76561############...)/members/60307600195374...)/roles/8388359165078...) (code Forbidden)


i removed anything that seems like it might be private info and replaced with ....

clearly it says permission issue, but the bot had administrator. i have restarted both plugins to be sure

ideas?

Merged post

i found the issue. this would be good info for others maybe. The problem was that the discord bot, was below the permission it was trying to grant on the roles heiarchy. after moving the bot above the role it is working. thanks