fixes
parent
bd6fc1cf6f
commit
5f7fed7de4
|
@ -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}`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue