Update config

This commit is contained in:
Starrysparklez 2022-05-02 05:48:21 +07:00
parent 99d67fd4ef
commit 5aa7418f9d

View file

@ -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 = () => {}