Skip to content

Fix for Inaccurate Webhook Authors in Messages.

Mateusz Brawański requested to merge patch/612 into master

Created by: Neuheit

Summary

Fixes #612 (closed)

Details

This PR resolves the above issue by ensuring that a message author will not be cached if it is a webhook. This is done by checking if the author is a bot and has a discriminator of #0000.

Changes proposed

  • Prevents author from being cached if it is a webhook.

Merge request reports

Loading