diff --git a/bun.lockb b/bun.lockb index 4a46b8d..fe1e5c7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index d7519d1..bb186f2 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/src/index.ts b/src/index.ts index 2a87398..c50cf87 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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, });