Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Matthew | f6f777ca8a |
|
@ -44,7 +44,7 @@ class Thread {
|
||||||
const modName = (config.useNicknames ? moderator.nick || moderator.user.username : moderator.user.username);
|
const modName = (config.useNicknames ? moderator.nick || moderator.user.username : moderator.user.username);
|
||||||
const modInfo = isAnonymous
|
const modInfo = isAnonymous
|
||||||
? (mainRole ? mainRole.name : 'Staff')
|
? (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}`;
|
return `${modInfo}\n_ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ___\n\n${text}`;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue