Fix wording

This commit is contained in:
Luke Murphy 2021-01-15 14:42:17 +01:00
parent 25d740ed27
commit 00a3c67ee5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

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