Skip to content

Getting Started

Installation

Install interactiveflow using your preferred package manager:

bash
npm install interactiveflow
bash
yarn add interactiveflow
bash
pnpm add interactiveflow

Note: interactiveflow requires 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

Released under the GPL-3.0 License.