This commit is contained in:
2021-01-15 15:51:21 +01:00
parent 3e83a9390b
commit ece7da4055

View File

@ -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")