Mickhat / FloBot

7 stars 1 forks source link

Fix conditional statement in message listener #77

Closed filip326 closed 7 months ago

filip326 commented 7 months ago

This pull request fixes a conditional statement in the message listener that was not correctly checking if the author of the message is the client user. The previous statement had an incorrect logical operator, which has been corrected in this pull request.

(Yeah, shame on me, I was the one who messed this up earlier)