There was a mistake with the regex and how the messages are presented to the increment and decrement methods in the bot class. Since we just send the message minus the operator, we need to trim the whitespace from the right side of the string when we send it.
There was a mistake with the regex and how the messages are presented to the increment and decrement methods in the bot class. Since we just send the message minus the operator, we need to trim the whitespace from the right side of the string when we send it.