UNPKG

@sheweny/paginator

Version:

This module is a prototype of discord embeds paginator using discord.js V13 and array-paginator module.

12 lines (11 loc) 210 B
export interface IOptions { summoner: string; firstAndLast?: boolean; } export interface IObject { [index: string]: any; } export interface Page { components: any; embeds: any; }