From 5f7fed7de4cd9f8061d716c150adb3e566f2f836 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 18 Aug 2020 20:52:46 -0400 Subject: [PATCH] fixes --- src/data/Thread.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/Thread.js b/src/data/Thread.js index d9949ac..07a9187 100644 --- a/src/data/Thread.js +++ b/src/data/Thread.js @@ -44,9 +44,9 @@ class Thread { const modName = (config.useNicknames ? moderator.nick || moderator.user.username : moderator.user.username); const modInfo = isAnonymous ? (mainRole ? mainRole.name : 'Staff') - : (mainRole ? `${modName}, ${find.pn.join(', ')}\n${mainRole.name}` : modName); + : (mainRole ? `__**${modName}**, ${find.pn.join(', ')}__\n*${mainRole.name}*` : modName); - return `**${modInfo}:**\n__________________________________________\n\n${text}`; + return `${modInfo}\n__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\__\n\n${text}`; } /**