We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guild sync gives role to people invited (but not yet accepted invite) to a guild.
GW2Bot/guildwars2/guild/sync.py
Line 175 in 9c3c5ff
Please filter the array of guild members by rank, excluding any members with the rank invited (in all lowercase) before assigning roles.
invited
(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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Guild sync gives role to people invited (but not yet accepted invite) to a guild.
GW2Bot/guildwars2/guild/sync.py
Line 175 in 9c3c5ff
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
The text was updated successfully, but these errors were encountered: