Message type OwnMessage is for messages that the bot itself has sent to a channel. They'll never be processed for actions, so it is wasteful to check message intent.
Solution
Relocate this line to an appropriate place. I may have broken this during #129.
Issue
Message type
OwnMessage
is for messages that the bot itself has sent to a channel. They'll never be processed for actions, so it is wasteful to check message intent.Solution
Relocate this line to an appropriate place. I may have broken this during #129.