21 lines
635 B
JavaScript
21 lines
635 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/1.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 👋');
|
|
}
|