Update builder.config.js

This commit is contained in:
Glitchii 2022-03-17 11:40:50 -07:00 committed by GitHub
parent e691c11636
commit cf6bd6e7a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,13 +1,13 @@
// 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`,
username: 'Discord Bot',
avatar: 'https://cdn.discordapp.com/embed/avatars/1.png',
verified: false,
noUser: false,
hasParam: false,
dataSpecified: false,
guiTabs: "author,description",
guiTabs: 'author,description',
useJsonEditor: false,
reverseColumns: false,
onlyEmbed: false,
@ -18,4 +18,4 @@ options = {
onload = () => {
// console.log('Salut 👋');
}
}