Skip to content

Util.Pad.current

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

current page it's on
type: Any

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

pad.current; // [ "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