Tweak bot/system user message visibility in threads
parent
7196e690a2
commit
1df7ba3e64
|
@ -191,7 +191,7 @@ const defaultFormatters = {
|
||||||
},
|
},
|
||||||
|
|
||||||
formatSystemToUserThreadMessage(threadMessage) {
|
formatSystemToUserThreadMessage(threadMessage) {
|
||||||
let result = `**(Bot) ${bot.user.username}:** ${threadMessage.body}`;
|
let result = `**⚙️ ${bot.user.username}:** ${threadMessage.body}`;
|
||||||
|
|
||||||
for (const link of threadMessage.attachments) {
|
for (const link of threadMessage.attachments) {
|
||||||
result += `\n\n${link}`;
|
result += `\n\n${link}`;
|
||||||
|
|
Loading…
Reference in New Issue