Closed soyapark closed 5 years ago
we should provide some sort of function that check if the content of the message contains a keyword
sure just add this to message.py
def contains(self, string): return string in self.content
i merged this
we should provide some sort of function that check if the content of the message contains a keyword