Remove f
This commit is contained in:
parent
3e83a9390b
commit
ece7da4055
@ -335,7 +335,7 @@ class Bot(ClientXMPP):
|
|||||||
command = message.body.split("/")[-1]
|
command = message.body.split("/")[-1]
|
||||||
|
|
||||||
if command == "bots":
|
if command == "bots":
|
||||||
self.reply(f"🖐️", **kwargs)
|
self.reply("🖐️", **kwargs)
|
||||||
else:
|
else:
|
||||||
self.log.error(f"'{command}' command is not recognised")
|
self.log.error(f"'{command}' command is not recognised")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user