mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-14 10:58:06 +01:00
fix: bump lilybird
This commit is contained in:
parent
62e52832e7
commit
90ce3fd156
3 changed files with 2 additions and 1 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -16,7 +16,7 @@
|
||||||
"@paperdave/logger": "^3.0.1",
|
"@paperdave/logger": "^3.0.1",
|
||||||
"algoliasearch": "^4.19.1",
|
"algoliasearch": "^4.19.1",
|
||||||
"gray-matter": "^4.0.3",
|
"gray-matter": "^4.0.3",
|
||||||
"lilybird": "^0.4.0",
|
"lilybird": "^0.4.1",
|
||||||
"zlib-sync": "^0.1.8"
|
"zlib-sync": "^0.1.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,5 +24,6 @@ await createClient({
|
||||||
Intents.MESSAGE_CONTENT,
|
Intents.MESSAGE_CONTENT,
|
||||||
Intents.GUILD_MEMBERS,
|
Intents.GUILD_MEMBERS,
|
||||||
],
|
],
|
||||||
|
attachDebugListener: true,
|
||||||
...listeners,
|
...listeners,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue