mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
fix discord bot pings and some of the session spam
This commit is contained in:
@@ -268,7 +268,7 @@ function recordActivity(roverId, socketId) {
|
||||
idleDisarmed.set(roverId, true);
|
||||
clearTimeout(idleTimers.get(roverId));
|
||||
idleDeadlines.delete(roverId);
|
||||
turnEvents.emit('queue', { roverId });
|
||||
turnEvents.emit('queue', { roverId, reason: 'activity' });
|
||||
}
|
||||
|
||||
modeEvents.on('change', (mode) => {
|
||||
|
||||
Reference in New Issue
Block a user