Turns out the intents.message_content property was not set to True. This led to denied permission to read deleted or edited messages from the client-side.
This update sets the intent property to True, which should let the client read and log deleted and edited messages.
Turns out the
intents.message_content
property was not set toTrue
. This led to denied permission to read deleted or edited messages from the client-side.This update sets the intent property to
True
, which should let the client read and log deleted and edited messages.