fix: bump lilybird

This commit is contained in:
Jozef Steinhübl 2023-12-31 11:11:39 +01:00
parent 62e52832e7
commit 90ce3fd156
No known key found for this signature in database
GPG key ID: E944BC293F5FF7E7
3 changed files with 2 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -16,7 +16,7 @@
"@paperdave/logger": "^3.0.1",
"algoliasearch": "^4.19.1",
"gray-matter": "^4.0.3",
"lilybird": "^0.4.0",
"lilybird": "^0.4.1",
"zlib-sync": "^0.1.8"
}
}

View file

@ -24,5 +24,6 @@ await createClient({
Intents.MESSAGE_CONTENT,
Intents.GUILD_MEMBERS,
],
attachDebugListener: true,
...listeners,
});