mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
The else branch redeclared guildInfo with := scoping it to the block, so the outer guildInfo remained nil when reaching ListInvitedCharacters. Restructure the conditional to assign to the existing variable instead.