Skip to content

Util.Pad.page

github-actions[bot] edited this page Sep 30, 2024 · 2 revisions

info for the current page
type: Object

let pad = new util.Pad(2, [ 
    "a", "b", // page 1
    "c", "d", // page 2
    "e", "f" // page 3
]);

pad.page; // { num: 1, content: [ "a", "b" ] }


πŸ›ˆ Client

πŸ›ˆ AddonService

πŸ›ˆ AttachmentService

πŸ›ˆ ChannelService

πŸ›ˆ CommandService

πŸ›ˆ ComponentService

πŸ›ˆ ErrorService

πŸ›ˆ EventService

πŸ›ˆ ExpressionService

πŸ›ˆ GuildService

πŸ›ˆ LogService

πŸ›ˆ MessageService

πŸ›ˆ PermissionService

πŸ›ˆ RoleService

πŸ›ˆ StorageService

πŸ›ˆ TypeService

πŸ›ˆ UserService

πŸ›ˆ UtilService

πŸ›ˆ VoiceService


Clone this wiki locally