diff --git a/server/src/services/operatorCommandService/commands/neato.js b/server/src/services/operatorCommandService/commands/neato.js index ad2b07ee..cfa2a5d3 100644 --- a/server/src/services/operatorCommandService/commands/neato.js +++ b/server/src/services/operatorCommandService/commands/neato.js @@ -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],