There is an unused ClientEvents.SHARE_IMAGE and it's corresponding handler function in the source. This hasn't been used as it's functionality was covered by another handler function ClientEvents.SEND_MESSAGE itself.
Therefore, the handler, types and other redundent code related to ClientEvents.SHARE_IMAGE needs to be safely removed.
There is an unused
ClientEvents.SHARE_IMAGE
and it's corresponding handler function in the source. This hasn't been used as it's functionality was covered by another handler functionClientEvents.SEND_MESSAGE
itself.Therefore, the handler, types and other redundent code related to
ClientEvents.SHARE_IMAGE
needs to be safely removed.