From cf6bd6e7a23d328799fdb386e688f58b3cebbb08 Mon Sep 17 00:00:00 2001 From: Glitchii Date: Thu, 17 Mar 2022 11:40:50 -0700 Subject: [PATCH] Update builder.config.js --- builder.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder.config.js b/builder.config.js index a6f9993..0d73e63 100644 --- a/builder.config.js +++ b/builder.config.js @@ -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 👋'); -} \ No newline at end of file +}