Basically whenever a new message in a group DM or a regular DM is sent, the chat window will not update with the new messages and requires the user to close and re-open the DM window to see new messages.
Happens whenever sending messages as well. It will always show as light grey even though it was sent in the background.
Seems to have occurred because the Guild check happened while in a DM, which returned null. FromMessage accepts null member so we can return a null member if guild is null. (null overload!!)
Fixes this issue posted in the Discord server.
Seems to have occurred because the Guild check happened while in a DM, which returned null.
FromMessage
accepts null member so we can return a null member if guild is null. (null overload!!)