@bight-ts/core
v0.1.0
Published
Framework core for Bight.ts, the readable TypeScript-first Discord bot framework
Readme
Bight.ts Core
Bight.ts is a readable, TypeScript-first Discord bot framework for teams that want explicit app composition, a slash-first runtime, and official batteries that stay outside core until they earn their place.
What This Repo Owns
- the
@bight-ts/corepackage - runtime contracts and execution flow
- command and interaction registration
- diagnostics, plugin lifecycle, and feature modules
- the shared storage contract used by official storage packages
This repo does not publish the CLI, the docs site, or the optional batteries.
Install
pnpm add @bight-ts/core discord.jsLocal Development
CI runs on Node 22 and [email protected]. Local development should match that as closely as possible.
pnpm install
pnpm lint
pnpm typecheck
pnpm test
pnpm build
pnpm pack --pack-destination .artifacts/packsContributing
Contributions are welcome! Please read the contributing guidelines before submitting a pull request.
