From 00a3c67ee55b281644671599e8356a43eaa113e8 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 15 Jan 2021 14:42:17 +0100 Subject: [PATCH] Fix wording --- xbotlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbotlib.py b/xbotlib.py index c4528d4..7416dcb 100644 --- a/xbotlib.py +++ b/xbotlib.py @@ -322,7 +322,7 @@ class Bot(ClientXMPP): elif command == "bots" and "room" in kwargs: self.reply("o/", **kwargs) else: - self.log.error(f"'{command}' direct command is not recognised") + self.log.error(f"'{command}' command is not recognised") class EchoBot(Bot):