// URL options can override the options below. // Options set through the menu can override both. options = { username: 'Discord Bot', avatar: 'https://cdn.discordapp.com/embed/avatars/1.png', verified: false, noUser: false, dataSpecified: false, guiTabs: ['author', 'description'], useJsonEditor: false, reverseColumns: false, onlyEmbed: false, allowPlaceholders: false, autoUpdateURL: false, autoParams: false, hideEditor: false, hidePreview: false, hideMenu: false, } // // Default JSON object // json = { // content: "Hello world", // embed: { // title: "A title", // description: "A description", // } // } onload = () => { // console.log('Salut 👋'); }