diff --git a/index.js b/index.js index cf7f8f8..aab096f 100644 --- a/index.js +++ b/index.js @@ -44,7 +44,7 @@ function formatBatch(queue) { const parts = []; for (const [group, msgs] of Object.entries(groups)) { - parts.push(`[${group}]`); + parts.push(`[👥 ${group} 👥]`); for (const m of msgs) { parts.push(`${m.sender}: ${m.text}`); }