Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/npm_and_yarn-securit…
Browse files Browse the repository at this point in the history
…y-group-bd5e22d6d1
  • Loading branch information
bthomas2622 authored Feb 2, 2024
2 parents d88e439 + 6f32134 commit e45657a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot-scripts/message-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function processMessageHistory(messagesArray) {

messageHistoryFormatted += `> Message Count: **${messageCount}**\n`;
messageHistoryFormatted += `> Emoji Reacts: **${emojiCount}**\n`;
messageHistoryFormatted += `> Most Valuable Poster: **${topAuthor}**\n`;
messageHistoryFormatted += `> Top Poster: **${topAuthor}**\n`;

return messageHistoryFormatted;
} catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ client.once(Events.ClientReady, async () => {
});

// schedule channel activity summary for the past month to run on first of every month
schedule.scheduleJob("2 0 1 * *", async () => {
schedule.scheduleJob("1 8 1 * *", async () => {
try {
const theFeedChannel = client.channels.cache.find(channel => channel.name.toLowerCase() === "the-feed");
const dateForHistory = new Date();
Expand Down

0 comments on commit e45657a

Please sign in to comment.