-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.sample.js
51 lines (39 loc) · 940 Bytes
/
config.sample.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/*
To make the robot work without problems,
you must fill in the requirements,
which have a (very important) word next to them
*/
const version = require("./package.json").version;
module.exports = {
token: "", //(very important)
owners: "442793591501357056",
mongoDB: "", //(very important)
basiclang: "english",
status: [
{
name: `/help ▪︎ ManageGift's on {guild} guilds! ▪︎ v{version}`,
type: 0
},
{
name: `{total_giveaways} Giveaways Launched ▪︎ {ac_giveaways} Active giveaways`,
type: 0
}
],
embeds: {
color: "#454dfc",
footers: `🎁 ManageGift's v${version} | http://managegift.ga`
},
webhooklogs: { //(very important)
cmd: "",
join_leave: ""
},
giveaway: {
reaction: "", //(very important)
lastchanceenabled: true,
},
links: {
web: "http://managegift.ga",
supportserver: "https://discord.gg/7XfV4Md",
vote: "https://top.gg/bot/598564396691750933/vote"
}
};