fixes
parent
fc865be319
commit
bd6fc1cf6f
|
@ -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 ? `${mainRole.name} | ${modName}, ${find.pn.join(', ')}` : modName);
|
||||
: (mainRole ? `${modName}, ${find.pn.join(', ')}\n${mainRole.name}` : modName);
|
||||
|
||||
return `**${modInfo}:** ${text}`;
|
||||
return `**${modInfo}:**\n__________________________________________\n\n${text}`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue