Remove old function

This commit is contained in:
Luke Murphy 2021-01-14 19:18:41 +01:00
parent 11692ab64f
commit 87ada3e79d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -192,10 +192,6 @@ class Bot(ClientXMPP):
self.send_message(**kwargs) self.send_message(**kwargs)
def react(self, message):
message = "You need to write your own `react` implementation"
raise NotImplementedError(message)
class EchoBot(Bot): class EchoBot(Bot):
"""Responds with whatever you send. """Responds with whatever you send.