GUI
-JSON
-Message content
-Title
- -Description
-Fields
-New Field
- -Thumbnail
-Image
-- Colour
Pick the embed colour
-diff --git a/builder.config.js b/builder.config.js index 485c1bb..deac04d 100644 --- a/builder.config.js +++ b/builder.config.js @@ -8,23 +8,23 @@ // URL options can override the options below. // Options set through the menu can override both until the page is refreshed. options = { - username: 'Discord Bot', - avatar: 'https://cdn.discordapp.com/embed/avatars/1.png', - verified: false, - noUser: false, - data: null, - guiTabs: ['author', 'description'], - useJsonEditor: false, - reverseColumns: false, - allowPlaceholders: false, - autoUpdateURL: false, - autoParams: false, - hideEditor: false, - hidePreview: false, - hideMenu: false, - single: false, - noMultiEmbedsOption: false, - sourceOption: false, // Display link to source code in menu. + username: "Discord Bot", + avatar: "https://cdn.discordapp.com/embed/avatars/1.png", + verified: false, + noUser: false, + data: null, + guiTabs: ["author", "description"], + useJsonEditor: false, + reverseColumns: false, + allowPlaceholders: false, + autoUpdateURL: false, + autoParams: false, + hideEditor: false, + hidePreview: false, + hideMenu: false, + single: false, + noMultiEmbedsOption: false, + sourceOption: false, // Display link to source code in menu. } // Default JSON object @@ -38,10 +38,10 @@ options = { // } -// Write any code under the 'DOMContentLoaded' event to run after the page has loaded. -addEventListener('DOMContentLoaded', () => { - // console.log('Hello 👋'); +// Write any code under the "DOMContentLoaded" event to run after the page has loaded. +addEventListener("DOMContentLoaded", () => { + // console.log("Hello 👋"); // Remove the colour picker - // document.querySelector('.colors').remove() + // document.querySelector(".colors").remove() }) \ No newline at end of file diff --git a/index.html b/index.html index 3da1636..54eb9cd 100644 --- a/index.html +++ b/index.html @@ -1,609 +1,612 @@ -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -GUI
-JSON
-Message content
-Title
- -Description
-Fields
-New Field
- -Thumbnail
-Image
-Pick the embed colour
-GUI
+JSON
+Message content
+Title
+ +Description
+Fields
+New Field
+ +Thumbnail
+Image
+Pick the embed colour
+