From 87ada3e79d1791cd4c25d4a3bdc4140f48d18b17 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 14 Jan 2021 19:18:41 +0100 Subject: [PATCH] Remove old function --- xbotlib.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xbotlib.py b/xbotlib.py index 68b5dde..80821fc 100644 --- a/xbotlib.py +++ b/xbotlib.py @@ -192,10 +192,6 @@ class Bot(ClientXMPP): self.send_message(**kwargs) - def react(self, message): - message = "You need to write your own `react` implementation" - raise NotImplementedError(message) - class EchoBot(Bot): """Responds with whatever you send.