-
Notifications
You must be signed in to change notification settings - Fork 14
/
config.js
35 lines (34 loc) · 1.23 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module.exports = {
showStats: false, // Booleen | true / false
website: {
protocol: '', // https:// or http://
domain: '', // website link without protocol ex. bot-website.tejas1794.repl.co
port: 3000,
cookieSecret: '' // Cookie secret | charaters used store client data
},
bot: {
name: '', // Bot Name
token: '', // Bot token if showing Stats
logo: '', //Bot Logo used in embeds and favicon
description: '', //description of your bot used in embed and website
support: '', // support server url of your bot
invite: '', // invite link of your bot
botlist: '', // Voting website Ex. top.gg
feature1: {
main: '', // Feature 1 Heading
description: '' // Feature 1 Description
},
feature2: {
main: '', // Feature 2 Heading
description: '' // Feature 1 Description
},
feature3: {
main: '', // Feature 3 Heading
description: '' // Feature 1 Description
}
},
img: {
img1: '', // help cmd image of your bot ex. https://cdn.discordapp.com/attachments/868823136538333184/889852973713354823/Capture.PNG
img2: '' // most famous command image of your bot Ex. https://cdn.discordapp.com/attachments/868823136538333184/889853204697849926/Capture.PNG
}
};