Yet another Fluxer bot built with TypeScript and Bun
commits
Author
Commit
Message
Date
Instead of using drizzle(), it should be in the following:
```ts
const sqlite = new Database(env.DB_FILENAME);
export const db = drizzle({ client: sqlite });
```
Using alias paths are better then absolute/relative paths btw
these are good of course, but I will use for formatting and linting
It should make things eaiser without worrying about having wrong types,
also Standard Schema is compatible as well btw
Yeah, I forgot to revert the message content back before publishing to
tangled... Hopefully I don't make mistaked ever again :/
docs: small cleanup + smol writing and updating roadmap
better-command-system