UNPKG

@notoiro/djs-button-pages

Version:

A simple yet powerful module for implementing customizable embed pages with buttons in Discord chat. Works only with Discord.js.

8 lines (7 loc) 249 B
import PaginationSent from "../Structures/PaginationSent"; import Promised from "./Promised"; /** * Type for action that switches button state. */ type ButtonSwitch = (pagination: PaginationSent) => Promised<boolean>; export default ButtonSwitch;