clean up moore
This commit is contained in:
parent
ad4c1e944d
commit
33980f0ac8
2 changed files with 631 additions and 628 deletions
|
@ -8,23 +8,23 @@
|
||||||
// URL options can override the options below.
|
// URL options can override the options below.
|
||||||
// Options set through the menu can override both until the page is refreshed.
|
// Options set through the menu can override both until the page is refreshed.
|
||||||
options = {
|
options = {
|
||||||
username: 'Discord Bot',
|
username: "Discord Bot",
|
||||||
avatar: 'https://cdn.discordapp.com/embed/avatars/1.png',
|
avatar: "https://cdn.discordapp.com/embed/avatars/1.png",
|
||||||
verified: false,
|
verified: false,
|
||||||
noUser: false,
|
noUser: false,
|
||||||
data: null,
|
data: null,
|
||||||
guiTabs: ['author', 'description'],
|
guiTabs: ["author", "description"],
|
||||||
useJsonEditor: false,
|
useJsonEditor: false,
|
||||||
reverseColumns: false,
|
reverseColumns: false,
|
||||||
allowPlaceholders: false,
|
allowPlaceholders: false,
|
||||||
autoUpdateURL: false,
|
autoUpdateURL: false,
|
||||||
autoParams: false,
|
autoParams: false,
|
||||||
hideEditor: false,
|
hideEditor: false,
|
||||||
hidePreview: false,
|
hidePreview: false,
|
||||||
hideMenu: false,
|
hideMenu: false,
|
||||||
single: false,
|
single: false,
|
||||||
noMultiEmbedsOption: false,
|
noMultiEmbedsOption: false,
|
||||||
sourceOption: false, // Display link to source code in menu.
|
sourceOption: false, // Display link to source code in menu.
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default JSON object
|
// Default JSON object
|
||||||
|
@ -38,10 +38,10 @@ options = {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|
||||||
// Write any code under the 'DOMContentLoaded' event to run after the page has loaded.
|
// Write any code under the "DOMContentLoaded" event to run after the page has loaded.
|
||||||
addEventListener('DOMContentLoaded', () => {
|
addEventListener("DOMContentLoaded", () => {
|
||||||
// console.log('Hello 👋');
|
// console.log("Hello 👋");
|
||||||
|
|
||||||
// Remove the colour picker
|
// Remove the colour picker
|
||||||
// document.querySelector('.colors').remove()
|
// document.querySelector(".colors").remove()
|
||||||
})
|
})
|
1217
index.html
1217
index.html
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue