Getting Started
Installation
Install interactiveflow using your preferred package manager:
bash
npm install interactiveflowbash
yarn add interactiveflowbash
pnpm add interactiveflowNote:
interactiveflowrequires Node.js 16.9.0+ and discord.js v14.0.0+.
Quick Setup
Import what you need and start building!
ts
import { FlowContainer, FlowPaginator } from "interactiveflow";Next Steps
- Check out FlowContainer to build beautiful UI layouts.
- Check out FlowPaginator to create navigable lists.