@salty-coder/discordjs-pagination
Version:
An updated pagination module for Discord.js v14
18 lines • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ButtonStyles = exports.ButtonTypes = void 0;
exports.ButtonTypes = {
first: 1,
previous: 2,
next: 3,
last: 4,
number: 5
};
exports.ButtonStyles = {
Primary: 1,
Secondary: 2,
Success: 3,
Danger: 4,
Link: 5
};
//# sourceMappingURL=pagination.i.js.map