21 lines
No EOL
665 B
JavaScript
21 lines
No EOL
665 B
JavaScript
// 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/${Math.floor(Math.random() * 6)}.png`,
|
|
verified: false,
|
|
noUser: false,
|
|
hasParam: false,
|
|
dataSpecified: false,
|
|
guiTabs: "author,description",
|
|
useJsonEditor: false,
|
|
reverseColumns: false,
|
|
onlyEmbed: false,
|
|
allowPlaceholders: false,
|
|
autoUpdateURL: false,
|
|
autoParams: false,
|
|
}
|
|
|
|
onload = () => {
|
|
// console.log('Salut 👋');
|
|
} |