This commit is contained in:
Luke Murphy 2021-01-15 15:51:21 +01:00
parent 3e83a9390b
commit ece7da4055
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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