Skip to content

PineFramework/Pine

Repository files navigation

Pine

A fast and lightweight Discord bot framework.

Install

curl -fsSL https://raw.githubusercontent.com/pineframework/pine/main/install.sh | bash

Quick Start

pine build      # Compile TypeScript
pine start      # Run the bot
pine deploy     # Build and run

Modules

Create modules in src/modules/ with slash commands, interactions, and optional database access. Pine auto-discovers and loads them.

License

Licensed under MIT. chle & contributors. All rights reserved.

Releases

No releases published

Packages

No packages published