73- [Steel Documentation](https://docs.steel.dev)
74- [API Reference](https://docs.steel.dev/api-reference)
75- [Discord Community](https://discord.gg/gPpvhNvc5R)
195pulling delta resolution), commands to manage PRs, and more! We love getting
196feedback and seeing what the community builds! Please join our
197[discord server](https://discord.gg/hTUPa74P3c) to share any and all feedback,
198and how VT has shaped your workflows.
199
1import { discordWebhook } from "https://esm.town/v/stevekrouse/discordWebhook";
2import { AtpAgent } from "npm:@atproto/api@0.13.15";
3import pMap from "npm:p-map";
48
49 // notify
50 await discordWebhook({
51 url: Deno.env.get("discord_webhook"),
52 content,
53 });
1import { discordWebhook } from "https://esm.town/v/stevekrouse/discordWebhook";
2import { AtpAgent } from "npm:@atproto/api@0.13.15";
3import pMap from "npm:p-map";
49
50 // notify
51 await discordWebhook({
52 url: Deno.env.get("discord_webhook"),
53 content,
54 });
13## 2. Notification
14
15Below I'm sending these mentions to a private channel in our company Discord, but you can customize that to whatever you want, @std/email, Slack, Telegram, whatever.
16
17Migrated from folder: Alerts/blueskyAlert
73- [Steel Documentation](https://docs.steel.dev)
74- [API Reference](https://docs.steel.dev/api-reference)
75- [Discord Community](https://discord.gg/gPpvhNvc5R)
253. Add in that `_session` cookie in your personal Townie
26
27If you have any questions, please reach out on [Discord](https://discord.val.town) or at townie@val.town.
12This "migration" runs once on every app startup because it's imported in `index.ts`. You can comment this line out for a slight (30ms) performance improvement on cold starts. It's left in so that users who fork this project will have the migration run correctly.
13
14SQLite has much more limited support for altering existing tables as compared to other databases. Often it's easier to create new tables with the schema you want, and then copy the data over. Happily LLMs are quite good at those sort of database operations, but please reach out in the [Val Town Discord](https://discord.com/invite/dHv45uN5RY) if you need help.
15
16## Queries
73- [Steel Documentation](https://docs.steel.dev)
74- [API Reference](https://docs.steel.dev/api-reference)
75- [Discord Community](https://discord.gg/gPpvhNvc5R)
12This "migration" runs once on every app startup because it's imported in `index.ts`. You can comment this line out for a slight (30ms) performance improvement on cold starts. It's left in so that users who fork this project will have the migration run correctly.
13
14SQLite has much more limited support for altering existing tables as compared to other databases. Often it's easier to create new tables with the schema you want, and then copy the data over. Happily LLMs are quite good at those sort of database operations, but please reach out in the [Val Town Discord](https://discord.com/invite/dHv45uN5RY) if you need help.
15
16## Queries