@joshbrucker/discordjs-utils
Version:
A set of utility classes and functions to aid with discord.js bot development. Paged embeds, emoji utilities, and more!
15 lines (14 loc) • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_OPTIONS = void 0;
const v10_1 = require("discord-api-types/v10");
exports.DEFAULT_OPTIONS = {
timeout: 120_000,
leftEmoji: "⬅️",
rightEmoji: "➡️",
leftStyle: v10_1.ButtonStyle.Secondary,
rightStyle: v10_1.ButtonStyle.Secondary,
showPageNumbers: true,
wrapAround: false,
resetTimerOnPress: true,
};