Skip to content

Commit

Permalink
fix message update
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Jul 15, 2024
1 parent 97af122 commit 6febe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/HEARTBEAT/autopost.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function notSuccessfullyPosted(channel) {
const title = 'Hello! There are no pictures!';
const body = `We are sorry to inform you, but in an attempt to keep unnecessary requests to e621 to a minimum, we deleted your autopost in this channel, as we are not able to find any pictures with your tags for over a week.
Please review your tags below and try again with \`/autopost\`. Thank you for understanding :3`;
return abortMessage(channel, channelID, currentTimestamp, autoPostInterval, title, body);
return abortMessage(channel, null, null, null, title, body);
}

// abort posting as channel is sfw
Expand Down

0 comments on commit 6febe1a

Please sign in to comment.