mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 06:31:06 +01:00
build: bump lilybird
This commit is contained in:
parent
9315765650
commit
82543d25d4
3 changed files with 1 additions and 2 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -14,7 +14,7 @@
|
||||||
"prettier": "3.3.3"
|
"prettier": "3.3.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lilybird/handlers": "^0.6.0-beta.11",
|
"@lilybird/handlers": "^0.6.0-beta.14",
|
||||||
"@lilybird/jsx": "0.3.0",
|
"@lilybird/jsx": "0.3.0",
|
||||||
"@lilybird/transformers": "^0.4.1",
|
"@lilybird/transformers": "^0.4.1",
|
||||||
"@paperdave/logger": "^3.0.1",
|
"@paperdave/logger": "^3.0.1",
|
||||||
|
|
|
@ -11,7 +11,6 @@ process.on("uncaughtException", console.error);
|
||||||
|
|
||||||
handler.cachePath = `${import.meta.dir}/lily-cache/handler`;
|
handler.cachePath = `${import.meta.dir}/lily-cache/handler`;
|
||||||
|
|
||||||
handler.addDebugListener(console.log);
|
|
||||||
await handler.scanDir(`${import.meta.dir}/commands`);
|
await handler.scanDir(`${import.meta.dir}/commands`);
|
||||||
await handler.scanDir(`${import.meta.dir}/listeners`);
|
await handler.scanDir(`${import.meta.dir}/listeners`);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue