Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 510 Bytes

discord_bot

bun で動かす場合、@google/generative-aiパッケージで TextDecoderStream が存在しないというエラーが起きるはずです。 その場合は、polyfill/textdecorder.ts を読み込むようにパッケージのソースコードを改変してください。

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.13. Bun is a fast all-in-one JavaScript runtime.