Update builder.config.js
This commit is contained in:
parent
e691c11636
commit
cf6bd6e7a2
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
// URL options can override the options below.
|
// URL options can override the options below.
|
||||||
// Options set through the menu can override both.
|
// Options set through the menu can override both.
|
||||||
options = {
|
options = {
|
||||||
username: "Discord Bot",
|
username: 'Discord Bot',
|
||||||
avatar: `https://cdn.discordapp.com/embed/avatars/${Math.floor(Math.random() * 6)}.png`,
|
avatar: 'https://cdn.discordapp.com/embed/avatars/1.png',
|
||||||
verified: false,
|
verified: false,
|
||||||
noUser: false,
|
noUser: false,
|
||||||
hasParam: false,
|
hasParam: false,
|
||||||
dataSpecified: false,
|
dataSpecified: false,
|
||||||
guiTabs: "author,description",
|
guiTabs: 'author,description',
|
||||||
useJsonEditor: false,
|
useJsonEditor: false,
|
||||||
reverseColumns: false,
|
reverseColumns: false,
|
||||||
onlyEmbed: false,
|
onlyEmbed: false,
|
||||||
|
@ -18,4 +18,4 @@ options = {
|
||||||
|
|
||||||
onload = () => {
|
onload = () => {
|
||||||
// console.log('Salut 👋');
|
// console.log('Salut 👋');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue