build: update lilybird

This commit is contained in:
Jozef Steinhübl 2024-05-02 19:34:07 +02:00
parent c72e4c5917
commit 6cfaa99d50
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
3 changed files with 5 additions and 6 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -8,16 +8,16 @@
"validate:tags": "bun scripts/validate_tags/index.ts"
},
"devDependencies": {
"bun-types": "^1.0.36"
"bun-types": "^1.1.6"
},
"dependencies": {
"@lilybird/handlers": "0.4.0-alpha.2",
"@lilybird/handlers": "^0.4.0",
"@lilybird/jsx": "0.2.0",
"@lilybird/transformers": "0.2.0-alpha.1",
"@lilybird/transformers": "^0.2.0",
"@paperdave/logger": "^3.0.1",
"algoliasearch": "^4.23.2",
"bun-tracestrings": "github:oven-sh/bun.report",
"gray-matter": "^4.0.3",
"lilybird": "^0.6.0-alpha.16"
"lilybird": "^0.6.0"
}
}

View file

@ -1,6 +1,6 @@
import "./loaders/tags.ts";
import { createHandler } from "@lilybird/handlers";
import { createHandler } from "@lilybird/handlers/simple";
import { createClient, Intents } from "lilybird";
// Make sure bubu will not crash
@ -24,6 +24,5 @@ await createClient({
Intents.MESSAGE_CONTENT,
Intents.GUILD_MEMBERS,
],
attachDebugListener: true,
...listeners,
});