ComponentService.Blank - shysolocup/noscord.js GitHub Wiki

creates a blank space in an embed
type: AeplSubClass

NOTE: if inline or a line is not given in the settings it'll automatically make a space between the lines

let embed = new Embed({
    description: "this is an example for blanks",

    fields: [
         { name: "A", value: "A", line: 1 },

         new Blank({ line: 1 }),

         { name: "B", value: "B", line: 1 }
    ]
});


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