mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
fix some wording in response to community complaints
This commit is contained in:
@@ -13,7 +13,7 @@ function createNeatoCommand({ neatoService, sanitizeMentions }) {
|
|||||||
if (action === 'status') return message.reply({ content: describeState(neatoService.getState()) });
|
if (action === 'status') return message.reply({ content: describeState(neatoService.getState()) });
|
||||||
|
|
||||||
const actions = {
|
const actions = {
|
||||||
start: ['starting cleaning', neatoService.startCleaning],
|
start: ['now cleaning', neatoService.startCleaning],
|
||||||
home: ['returning home', neatoService.sendHome],
|
home: ['returning home', neatoService.sendHome],
|
||||||
locate: ['playing locate sound', neatoService.locateRobot],
|
locate: ['playing locate sound', neatoService.locateRobot],
|
||||||
'clear-errors': ['clearing errors', neatoService.clearErrors],
|
'clear-errors': ['clearing errors', neatoService.clearErrors],
|
||||||
|
|||||||
Reference in New Issue
Block a user