mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 07:23:55 +00:00
Tone down request for review
This commit is contained in:
parent
d7c55e486d
commit
a3c073d60e
1 changed files with 2 additions and 2 deletions
|
|
@ -72,9 +72,9 @@ async function main() {
|
|||
webhook.send(output.trim());
|
||||
await S3.markAsTweeted(md5);
|
||||
const remainingSkinCount = tweetableSkins.length - 1;
|
||||
if (remainingSkinCount < 20) {
|
||||
if (remainingSkinCount < 10) {
|
||||
webhook.send(
|
||||
`Only ${remainingSkinCount} approved skins left! Could someone please \`!review\` some more?`
|
||||
`Only ${remainingSkinCount} approved skins left. Could someone please \`!review\` some more?`
|
||||
);
|
||||
}
|
||||
logger.info("Tweeted a skin", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue