mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
overseer v2 1
This commit is contained in:
@@ -107,6 +107,7 @@ function buildMessage(socket, text, meta = {}) {
|
||||
text,
|
||||
tts: meta.tts || null,
|
||||
system: Boolean(meta.system),
|
||||
bot: Boolean(meta.bot),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ function sendSystemMessage(text) {
|
||||
role: 'user',
|
||||
fromDiscord: false,
|
||||
system: true,
|
||||
bot: true,
|
||||
});
|
||||
broadcastMessage(message);
|
||||
return message;
|
||||
|
||||
Reference in New Issue
Block a user