GW2Bot icon indicating copy to clipboard operation
GW2Bot copied to clipboard

Filter guild members by rank: exclude "invited" from guild sync!

Open brybrant opened this issue 2 months ago • 0 comments

Guild sync gives role to people invited (but not yet accepted invite) to a guild.

https://github.com/Maselkov/GW2Bot/blob/9c3c5ff8254942edb92a0f0fabf400fd793d05b8/guildwars2/guild/sync.py#L175

Please filter the array of guild members by rank, excluding any members with the rank invited (in all lowercase) before assigning roles.

(the game forces guild rank names to be capitalized, so this check should not confuse "invited" with "Invited")

Original bug report: https://discord.com/channels/315519685732990986/315816188938682369/1230523829743521812

brybrant avatar Apr 20 '24 16:04 brybrant