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

all entries inside of the pad
type: Soup

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

pad.content; // Soup { content: ["a", "b", "c", "d", "e", "f"], type: "list" }


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