forked from Androz2091/AtlantaBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
223 lines (223 loc) · 8.52 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
module.exports = {
/* The token of your Discord Bot */
token: "XXXXXXXXXXX",
/* For the support server */
support: {
id: "XXXXXXXXXXX", // The ID of the support server
logs: "XXXXXXXXXXX", // And the ID of the logs channel of your server (new servers for example)
},
/* Dashboard configuration */
dashboard: {
enabled: false, // whether the dashboard is enabled or not
secret: "XXXXXXXXXXX", // Your discord client secret
baseURL: "https://dashboard.atlanta-bot.fr", // The base URl of the dashboard
logs: "XXXXXXXXXXX", // The channel ID of logs
port: 8080, // Dashboard port
expressSessionPassword: "XXXXXXXXXXX", // Express session password (it can be what you want)
failureURL: "https://www.atlanta-bot.fr" // url on which users will be redirected if they click the cancel button (discord authentication)
},
mongoDB: "mongodb://localhost:27017/AtlantaBot", // The URl of the mongodb database
prefix: "*", // The default prefix for the bot
/* For the embeds (embeded messages) */
embed: {
color: "#0091fc", // The default color for the embeds
footer: "Atlanta | Open Source" // And the default footer for the embeds
},
defaultLanguage: "english", // The default language for the new servers
botname: "Atlanta", // The name of the bot
/* Bot's owner informations */
owner: {
id: "XXXXXXXXXXX", // The ID of the bot's owner
name: "Androz#2091" // And the name of the bot's owner
},
/* DBL votes webhook (optional) */
votes: {
port: 5000, // The port for the server
password: "XXXXXXXXXXX", // The webhook auth that you have defined on discordbots.org
channel: "XXXXXXXXXXX" // The ID of the channel that in you want the votes logs
},
/* The API keys that are required for certain commands */
apiKeys: {
// BLAGUE.XYZ: https://blague.xyz/
blagueXYZ: "XXXXXXXXXXX",
// FORTNITE TRN: https://fortnitetracker.com/site-api
fortniteTRN: "XXXXXXXXXXX",
// FORTNITE FNBR: https://fnbr.co/api/docs
fortniteFNBR: "XXXXXXXXXXX",
// DBL: https://discordbots.org/api/docs#mybots
dbl: "XXXXXXXXXXX",
// SIMPLE YOUTUBE API: https://console.developers.google.com/
simpleYoutube: "XXXXXXXXXXX",
// AMETHYSTE: https://api.amethyste.moe
amethyste: "XXXXXXXXXXX"
},
/* The emojis that are required for certain commands */
emojis: {
error: "XXXXXXXXXXX",
// RE: https://cdn.discordapp.com/emojis/565212755804684318.png
success: "XXXXXXXXXXX",
// RE: https://cdn.discordapp.com/emojis/565212709591973896.png
loading: "XXXXXXXXXXX",
// RE: https://cdn.discordapp.com/emojis/565214530121105418.gif
stats: "XXXXXXXXXXX",
// RE: https://img.icons8.com/flat_round/64/000000/bar-chart-isometric.png
ram: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/processor.png
version: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/installing-updates.png
link: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/link.png
voice: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/speaker.png
add: "XXXXXXXXXXX",
// RE: https://img.icons8.com/flat_round/64/000000/plus.png
vote: "XXXXXXXXXXX",
// RE: https://img.icons8.com/flat_round/96/vote-button.png
help: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/help.png
warn: "XXXXXXXXXXX",
// RE: https://img.icons8.com/flat_round/64/000000/error--v1.png
games: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/computer.png
crown: "XXXXXXXXXXX",
// RE: https://img.icons8.com/flat_round/96/000000/crown.png
discriminator: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/hashtag-2.png
bot: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/bot.png
avatar: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/picture.png
calendar: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/calendar.png
calendar2: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/calendar-2.png
up: "XXXXXXXXXXX",
// RE: https://img.icons8.com/cotton/64/000000/circled-up--v2.png
pencil: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/pencil.png
roles: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/admin-settings-male.png
color: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/color-palette.png
minecraft: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/minecraft-sword.png
users: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/group.png
title: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/tag-window.png
singer: "XXXXXXXXXXX",
// RE: https://img.icons8.com/ios-filled/96/000000/rap.png
time: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/future.png
search: "XXXXXXXXXXX",
// RE: https://img.icons8.com/cotton/96/000000/search--v2.png
desc: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/text-box.png
playlist: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/smart-playlist.png
channels: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/filled-chat.png
afk: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/no-microphone.png
id: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/id-verified.png
ip: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/ip-address.png
folder: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/344/opened-folder.png
desc2: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/344/edit-property.png
patreon: "XXXXXXXXXXX",
// RE: https://cdn6.aptoide.com/imgs/2/8/e/28e759bcb1e00ad978afdf443e60c11e_icon.png
server: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/root-server.png
boost: "XXXXXXXXXXX",
// RE: https://i.goopics.net/w7LAR.png
status: {
idle: "XXXXXXXXXXX",
// RE: https://i.goopics.net/bRVWW.png
dnd: "XXXXXXXXXXX",
// RE: https://i.goopics.net/lWN3A.png
offline: "XXXXXXXXXXX",
// RE: https://i.goopics.net/WRPWl.png
online: "XXXXXXXXXXX"
// RE: https://i.goopics.net/QdGW0.png
},
letters: {
a: "XXXXXXXXXXX",
// RE: https://i.goopics.net/RNemO.png
w: "XXXXXXXXXXX",
// RE: https://i.goopics.net/AyKOA.png
r: "XXXXXXXXXXX",
// RE: https://i.goopics.net/7PKen.png
d: "XXXXXXXXXXX"
// RE: https://i.goopics.net/vAgj7.png
},
categories: {
administration: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/horizontal-settings-mixer.png
economy: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/banknotes.png
fun: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/smiling.png
general: "XXXXXXXXXXX",
// RE: https://i.goopics.net/3X5oq.png
images: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/picture.png
moderation: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/police-badge.png
music: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/musically.png
owner: "XXXXXXXXXXX",
// RE: https://img.icons8.com/color/96/000000/queen-uk.png
custom: "XXXXXXXXXXX"
// RE: https://img.icons8.com/color/96/000000/request-service.png
}
},
/* The others utils links */
others: {
github: "https://github.com/Androz2091", // Founder's github account
donate: "https://patreon.com/Androz2091" // Donate link
},
/* The badges for the badges command */
badges: {
games: [
{ name: "Minecraft", emoji: "XXXXXXXXXXX", price: 1200 },
{ name: "GTA", emoji: "XXXXXXXXXXX", price: 1200 },
{ name: "Fortnite", emoji: "XXXXXXXXXXX", price: 1200 },
{ name: "Mario", emoji: "XXXXXXXXXXX", price: 1200 },
{ name: "LOL", emoji: "XXXXXXXXXXX", price: 1200 }
],
flags: [
{ name: "France", emoji: "XXXXXXXXXXX", price: 1500 },
{ name: "Canada", emoji: "XXXXXXXXXXX", price: 1500 },
{ name: "Swiss", emoji: "XXXXXXXXXXX", price: 1500 },
{ name: "Great Britain", emoji: "XXXXXXXXXXX", price: 1500 },
{ name: "USA", emoji: "XXXXXXXXXXX", price: 1500 }
],
others: [
{ name:"Rich", emoji: "XXXXXXXXXXX", price: 18000 },
{ name:"Troll", emoji: "XXXXXXXXXXX", price: 3000 },
{ name:"Atlanta", emoji: "XXXXXXXXXXX", price: 1200 },
{ name:"IAMABOT", emoji: "XXXXXXXXXXX", price: 1000 },
{ name:"Discordien", emoji: "XXXXXXXXXXX", price: 500 }
]
},
/* The Bot status */
status: [
{
name: "@Atlanta help on {serversCount} servers",
type: "LISTENING"
},
{
name: "my website : atlanta-bot.fr",
type: "PLAYING"
}
],
proMode: false, // Whether the bot is in pro mode (only users in the proUsers array will be able to invite the bot)
/* The pro users */
proUsers: [
"DiscordUser ID",
"Another DiscordUser ID"
]
}