From ece7da405513dc291eafe06fd6d03167c7e35ca2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 15 Jan 2021 15:51:21 +0100 Subject: [PATCH] Remove f --- xbotlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbotlib.py b/xbotlib.py index 7d25393..5270342 100644 --- a/xbotlib.py +++ b/xbotlib.py @@ -335,7 +335,7 @@ class Bot(ClientXMPP): command = message.body.split("/")[-1] if command == "bots": - self.reply(f"🖐️", **kwargs) + self.reply("🖐️", **kwargs) else: self.log.error(f"'{command}' command is not recognised")