Skip to content

Commit

Permalink
clickable text
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOtterlord committed Aug 15, 2024
1 parent dd6d6eb commit c9f778f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduled/weeklyStatistics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default {
const memberEmbed = getDefaultEmbed();
memberEmbed.setTitle("Posts from new members");
memberEmbed.setDescription(
`${newMembers.size} new members posting in #support\n${Math.round(
`${newMembers.size} new members posting in <#${process.env.SUPPORT_CHANNEL}>\n${Math.round(
(postsByNewMembers / threads.length) * 100,
)}% of posts by new members`,
);
Expand Down

0 comments on commit c9f778f

Please sign in to comment.