Util.Pad.page - shysolocup/noscord.js GitHub Wiki

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" ] }


⚠️ **GitHub.com Fallback** ⚠️