diff --git a/src/Postbuilder.ts b/src/Postbuilder.ts index bf26056..c862025 100644 --- a/src/Postbuilder.ts +++ b/src/Postbuilder.ts @@ -257,7 +257,7 @@ export class Postbuilder { } } if (etymologyContributors.length <= 4) { - message = Utils.commasAnd(etymologyContributors.map(c => c.username)) + " contributed with ${theme}" + message = `${Utils.commasAnd(etymologyContributors.map(c => c.username))} contributed with ${theme}` } else { message = `${etymologyContributors.slice(0, 3).map(c => c.username).join(", ")} and ${etymologyContributors.length - 3} others contributed with thematic map ${theme}`