mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-09 16:58:07 +01:00
build: update lilybird
This commit is contained in:
parent
c72e4c5917
commit
6cfaa99d50
3 changed files with 5 additions and 6 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue