You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A player was recently kicked from my guild, but my Discord server audit log says "$guildsync" as the reason for the role removal. It would be great if the reason could be more specific; did the player leave the guild or were they kicked? This can be checked with the guild log endpoint ( https://wiki.guildwars2.com/wiki/API:2/guild/:id/log )
When a player is removed from a guild, the reason ( "type" field ) is always "kick".
If a player leaves a guild, their account name is in the "user" field and "kicked_by" field. Example:
GW2Bot/guildwars2/guild/sync.py
Lines 326 to 331 in 9998f3d
A player was recently kicked from my guild, but my Discord server audit log says "$guildsync" as the reason for the role removal. It would be great if the reason could be more specific; did the player leave the guild or were they kicked? This can be checked with the guild log endpoint ( https://wiki.guildwars2.com/wiki/API:2/guild/:id/log )
When a player is removed from a guild, the reason ( "type" field ) is always "kick".
If a player leaves a guild, their account name is in the "user" field and "kicked_by" field. Example:
If a player is kicked by someone else, it appears as you would expect:
The text was updated successfully, but these errors were encountered: