diff --git a/src/cli.ts b/src/cli.ts index fed5024..a00d3b8 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -6,7 +6,8 @@ import { resolve } from 'path'; const templateRoot = resolve(__dirname, '..', 'templates'); const caveat = ` -Make sure you have Bun and Docker installed, copy the .env.example and fill it out. +Make sure you have Bun and Docker installed. +Copy the .env.example and fill it in. Now go out and build a bot!`; // See https://github.com/uetchy/create-create-app/blob/master/README.md for other options. diff --git a/templates/default/package.json b/templates/default/package.json index 35b5ad2..0e13eec 100644 --- a/templates/default/package.json +++ b/templates/default/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@atproto/api": "^0.12.7", - "bsky-event-handlers": "1.0.0-beta.4" + "bsky-event-handlers": "1.0.0" }, "license": "{{license}}" } \ No newline at end of file