Readme

Daily Standup Bot

Every weekday at 9am EDT send a message to our team's #engineering Discord channel to start a thread to remind us to do our standup.

Screenshot 2024-03-14 at 09.27.26.png

Slack version: @mikker/dailySlackRoundup

Note: We started doing in-person standups at Val Town, so this val was unscheduled. To get it working for you, you'll need to:

  1. Fork it
  2. Change its type from Script to Cron and set a schedule like 0 13 * * 1-5
1
2
3
4
5
6
7
8
import { discordWebhook } from "https://esm.town/v/stevekrouse/discordWebhook";
export default async function() {
discordWebhook({
url: Deno.env.get("engDiscord"),
content: `<@&1081224342110736394> Daily updates thread ${new Date().toLocaleDateString()} 🚨`,
});
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
v3
March 14, 2024