curtisf / logger

Loggerbot version 3, the Discord bot serving nearly 24 million users.
https://logger.bot
GNU General Public License v3.0
374 stars 131 forks source link

fix guild icon change bug #9

Closed Skillz4Killz closed 4 years ago

Skillz4Killz commented 4 years ago

Cause: The bug was happening because Audit logs use icon_hash as the key and eris guild uses icon so the icon changes were being ignored always since guild.icon_hash was always undefined on both oldGuild and newGuild making it skip the logs.

image