Compare commits

...

1 Commits
cshd ... master

Author SHA1 Message Date
Matthew f6f777ca8a push naming changes 2023-03-09 18:47:43 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ 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.isManager ? ' [k]' : ''}__\n*${find.title ? `${find.title} / ${find.dept}` : find.dept}*` : modName);
return `${modInfo}\n_ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ___\n\n${text}`;
}