Fix wording
This commit is contained in:
parent
25d740ed27
commit
00a3c67ee5
@ -322,7 +322,7 @@ class Bot(ClientXMPP):
|
|||||||
elif command == "bots" and "room" in kwargs:
|
elif command == "bots" and "room" in kwargs:
|
||||||
self.reply("o/", **kwargs)
|
self.reply("o/", **kwargs)
|
||||||
else:
|
else:
|
||||||
self.log.error(f"'{command}' direct command is not recognised")
|
self.log.error(f"'{command}' command is not recognised")
|
||||||
|
|
||||||
|
|
||||||
class EchoBot(Bot):
|
class EchoBot(Bot):
|
||||||
|
Reference in New Issue
Block a user