Update config
This commit is contained in:
parent
99d67fd4ef
commit
5aa7418f9d
1 changed files with 4 additions and 18 deletions
|
@ -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 = () => {}
|
||||
|
|
Loading…
Add table
Reference in a new issue