fix some wording in response to community complaints

This commit is contained in:
legop3
2026-07-16 16:58:27 -04:00
parent 385e7c25fa
commit 9d8e22ad1e
@@ -13,7 +13,7 @@ function createNeatoCommand({ neatoService, sanitizeMentions }) {
if (action === 'status') return message.reply({ content: describeState(neatoService.getState()) });
const actions = {
start: ['starting cleaning', neatoService.startCleaning],
start: ['now cleaning', neatoService.startCleaning],
home: ['returning home', neatoService.sendHome],
locate: ['playing locate sound', neatoService.locateRobot],
'clear-errors': ['clearing errors', neatoService.clearErrors],