Update group formatting
This commit is contained in:
parent
8bdc05a13d
commit
4173163963
2
index.js
2
index.js
@ -44,7 +44,7 @@ function formatBatch(queue) {
|
|||||||
|
|
||||||
const parts = [];
|
const parts = [];
|
||||||
for (const [group, msgs] of Object.entries(groups)) {
|
for (const [group, msgs] of Object.entries(groups)) {
|
||||||
parts.push(`[${group}]`);
|
parts.push(`[👥 ${group} 👥]`);
|
||||||
for (const m of msgs) {
|
for (const m of msgs) {
|
||||||
parts.push(`${m.sender}: ${m.text}`);
|
parts.push(`${m.sender}: ${m.text}`);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user