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 = {
|
options = {
|
||||||
username: 'Discord Bot',
|
username: 'Naomi',
|
||||||
avatar: 'https://cdn.discordapp.com/embed/avatars/1.png',
|
avatar: 'https://media.discordapp.net/attachments/600712545757822976/970427078275108954/-1.png',
|
||||||
verified: false,
|
verified: true,
|
||||||
noUser: false,
|
noUser: false,
|
||||||
dataSpecified: false,
|
dataSpecified: false,
|
||||||
guiTabs: ['author', 'description'],
|
guiTabs: ['author', 'description'],
|
||||||
|
@ -16,16 +14,4 @@ options = {
|
||||||
hidePreview: false,
|
hidePreview: false,
|
||||||
hideMenu: false,
|
hideMenu: false,
|
||||||
}
|
}
|
||||||
|
onload = () => {}
|
||||||
// // Default JSON object
|
|
||||||
// json = {
|
|
||||||
// content: "Hello world",
|
|
||||||
// embed: {
|
|
||||||
// title: "A title",
|
|
||||||
// description: "A description",
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
onload = () => {
|
|
||||||
// console.log('Salut 👋');
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue