push naming changes
parent
21050bf497
commit
c5f2cc0cfd
|
@ -120,7 +120,7 @@ const defaultFormatters = {
|
||||||
// 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 = threadMessage.is_anonymous
|
const modInfo = threadMessage.is_anonymous
|
||||||
? (roleName || "Staff")
|
? (roleName || "Staff")
|
||||||
: (roleName ? `__**${threadMessage.user_name}**, ${find.pn.join(", ")}__\n*${roleName}*` : roleName);
|
: (roleName ? `__**${threadMessage.user_name}**${find.isManager ? ' [k]' : ''}__\n*${find.title ? `${find.title} / ${find.dept}` : find.dept}*` : roleName);
|
||||||
|
|
||||||
return `${modInfo}\n_ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ___\n\n${threadMessage.body}`;
|
return `${modInfo}\n_ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ____ __ __ ___\n\n${threadMessage.body}`;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue