Remove old function
This commit is contained in:
parent
11692ab64f
commit
87ada3e79d
@ -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.
|
||||||
|
Reference in New Issue
Block a user