From 5aa7418f9d7e3bd95e06bc2b65fb79d317016d91 Mon Sep 17 00:00:00 2001 From: Starrysparklez <50998351+Starrysparklez@users.noreply.github.com> Date: Mon, 2 May 2022 05:48:21 +0700 Subject: [PATCH] Update config --- builder.config.js | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/builder.config.js b/builder.config.js index b9115d9..dd746fa 100644 --- a/builder.config.js +++ b/builder.config.js @@ -1,9 +1,7 @@ -// 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, + username: 'Naomi', + avatar: 'https://media.discordapp.net/attachments/600712545757822976/970427078275108954/-1.png', + verified: true, noUser: false, dataSpecified: false, guiTabs: ['author', 'description'], @@ -16,16 +14,4 @@ options = { hidePreview: false, hideMenu: false, } - -// // Default JSON object -// json = { -// content: "Hello world", -// embed: { -// title: "A title", -// description: "A description", -// } -// } - -onload = () => { - // console.log('Salut 👋'); -} +onload = () => {}