Tweak bot/system user message visibility in threads

cshd
Dragory 2020-10-27 18:26:39 +02:00
parent 7196e690a2
commit 1df7ba3e64
No known key found for this signature in database
GPG Key ID: 5F387BA66DF8AAC1
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ const defaultFormatters = {
},
formatSystemToUserThreadMessage(threadMessage) {
let result = `**(Bot) ${bot.user.username}:** ${threadMessage.body}`;
let result = `**⚙️ ${bot.user.username}:** ${threadMessage.body}`;
for (const link of threadMessage.attachments) {
result += `\n\n${link}`;