Push back goal date

This commit is contained in:
Firepup Sixfifty 2024-08-16 00:55:34 +00:00
parent f3dfd6f484
commit 2d6cdd3fc8
Signed by: firepup650
SSH key fingerprint: SHA256:U0Zp8EhEe3CMqFSrC79CqatzaEiL4sjta80/RSX2XrY

View file

@ -15,7 +15,7 @@ const token = process.env.SLACK_BOT_TOKEN;
const channel = process.env.SLACK_MILLION_CHANNEL;
const port = process.env.PORT ?? 3000;
const goalDate = '3/1/2024';
const goalDate = '10/1/2024';
const goalNumber = 300000;
const app = new App({