-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathindex.js
321 lines (308 loc) · 15.7 KB
/
index.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
const Discord = require("discord.js");
const bot = new Discord.Client();
const config = require("./config.json");
const prefix = config.prefix;
const botname = "GalackGen";
const prefix1 = "+";
var fs = require("fs");
var lineReader = require("line-reader");
var async = require("async");
const firstline = require("firstline");
const generated = new Set();
var os = require("os");
var express = require('express');
var app = express();
const chalk = require('chalk');
bot.on('ready', msg => {
console.log("");
console.log((chalk.cyan(` ##### ##### `)));
console.log((chalk.cyan(` # # ## # ## #### # # # # ###### # # `)));
console.log((chalk.cyan(` # # # # # # # # # # # # ## # `)));
console.log((chalk.cyan(` # #### # # # # # # #### # #### ##### # # # `)));
console.log((chalk.cyan(` # # ###### # ###### # # # # # # # # # `)));
console.log((chalk.cyan(` # # # # # # # # # # # # # # # ## `)));
console.log((chalk.cyan(` ##### # # ###### # # #### # # ##### ###### # # `)));
console.log("");
console.log((chalk.yellow(` Crée par GalackQSM#2556 !`)));
console.log((chalk.yellow(` © 2020 GalackQSM, Inc.`)));
console.log("");
console.log((chalk.red(` Discord: https://discord.gg/6czZmmtczp`)));
console.log((chalk.red(` Twitter: https://twitter.com/Galack_QSM`)));
console.log((chalk.red(` Github: https://github.com/GalackQSM`)));
console.log((chalk.red(` Youtube: https://youtube.com/GalackQSM`)));
console.log("");
console.log(`Statistiques globales : \n\nLe bot a un total de ${bot.guilds.cache.size} serveurs. \nPour un total de ${bot.users.cache.size} membres.`)
console.log("Connecté en tant que " + bot.user.id + " | Prefix : " + prefix1 + " | Nombre de Serveurs "+ bot.guilds.cache.size +" | Nombres de salons "+ bot.channels.cache.size +" | Utilisateur totaux "+ bot.users.cache.size +" | Nombre d'emojis totaux "+ bot.emojis.cache.size +'');
bot.user.setActivity("+help - GalackGen");
});
bot.on("message", message => {
if (message.channel.id === config.botChannel) {
if (message.author.bot) return;
var command = message.content
.toLowerCase()
.slice(prefix.length)
.split(" ")[0];
if (command === "gen") {
if (generated.has(message.author.id)) {
message.channel.send(
"Vous avez un temps de récupération de 15 minutes! - " +
message.author.tag
);
} else {
let messageArray = message.content.split(" ");
let args = messageArray.slice(1);
if (!args[0])
return message.reply("Veuillez fournir un service!");
var fs = require("fs");
const filePath = __dirname + "/comptes/" + args[0] + ".txt";
const embed = {
title: "En rupture de stock!",
description: "Le service que vous avez demandé est actuellement en rupture de stock!",
color: 0xff033d,
timestamp: new Date(),
footer: {
icon_url:
"https://i.imgur.com/Bl8zjHy.png",
text: "Développé par GalackQSM#2556"
},
image: {url:"https://i.imgur.com/XuVrWQh.png"},
author: {
name: botname + " - générateur de compte",
url: "https://discord.gg/6czZmmtczp",
icon_url: bot.displayAvatarURL
},
fields: []
};
fs.readFile(filePath, function (err, data) {
if (!err) {
data = data.toString();
var position = data.toString().indexOf("\n");
var firstLine = data.split("\n")[0];
if(position == -1)
return message.channel.send({ embed });
message.author.send(firstLine);
if (position != -1) {
data = data.substr(position + 1);
fs.writeFile(filePath, data, function (err) {
const embed = {
title: "Compte " + args[0] + " généré!",
description: "Le compte de votre service demandé a été envoyé en tant que DM!",
color: 0xff033d,
timestamp: new Date(),
footer: {
icon_url: "https://i.imgur.com/Bl8zjHy.png",
text: "Développé par GalackQSM#0895"
},
image: {
url:
"https://i.imgur.com/X1QIYyS.gif"
},
author: {
name: botname + " - générateur de compte",
url: "https://discord.gg/6czZmmtczp",
icon_url: bot.displayAvatarURL
},
fields: []
};
message.channel.send({ embed });
generated.add(message.author.id);
setTimeout(() => {
generated.delete(message.author.id);
}, 150000); // 86400000 = 24 H , 150000 = 15 Min
if (err) {
console.log(err);
}
});
} else {
message.channel.send("En rupture de stock!");
}
} else {
const embed = {
title: "Service non trouvé!",
description: "Le service demandé est introuvable!",
color: 0xff033d,
timestamp: new Date(),
footer: {
icon_url:
"https://i.imgur.com/Bl8zjHy.png",
text: "Développé par GalackQSM#2556"
},
image: {url:"https://i.imgur.com/XuVrWQh.png"},
author: {
name: botname + " - générateur de compte",
url: "https://discord.gg/6czZmmtczp",
icon_url: bot.displayAvatarURL
},
fields: []
};
message.channel.send({ embed });
return;
}
});
}
}
else
if (command === "stats") {
const embed = {
title: "Stats de " + botname,
description: "Nombre total d'utilisateurs: `" + bot.users.cache.size + " membres`\nNombre total de salon: `" + bot.channels.cache.size+ " salons`\nNombre total d'émoji: `" + bot.emojis.cache.size+ " émojis`\nNombre total de serveur: `" + bot.guilds.cache.size+ " serveur(s)`\nCrée par GalackQSM#0895",
color: 0xff033d,
timestamp: new Date(),
footer: {
icon_url:
"https://i.imgur.com/Bl8zjHy.png",
text: "Développé par GalackQSM#2556"
},
image: {url:"https://i.imgur.com/XuVrWQh.png"},
author: {
name: botname + " - générateur de compte",
url: "https://discord.gg/6czZmmtczp",
icon_url: bot.displayAvatarURL
},
fields: []
};
message.channel.send({ embed });
}
if (command === "help") {
const embed = {
color: 0xff033d,
title: botname + ' - générateur de compte',
url: 'https://discord.gg/6czZmmtczp',
author: {
name: 'Liste des commandes',
url: 'https://discord.gg/6czZmmtczp',
},
image: {url:"https://i.imgur.com/XuVrWQh.png"},
description: '**Ceci est une liste de toutes les commandes**',
fields: [
{
name: 'Générer des comptes',
value: "Exemple: `" + prefix1 +"gen <Nom du service>`",
},
{
name: 'Créer un service',
value: "Exemple: `" + prefix1 +"create <Nom du service>`",
},
{
name: 'Notifier les restocks de compte',
value: "Exemple: `" + prefix1 +"restock <Nom du service> <Nombre de compte>`",
},
{
name: 'Ajouter des comptes',
value: "Exemple: `" + prefix1 +"add <mail:pass> <Nom du service>`",
},
{
name: 'Afficher les statistiques du bot ' + botname,
value: "Exemple: `" + prefix1 +"stats`",
},
],
timestamp: new Date(),
footer: {
text: 'Développé par GalackQSM#2556',
icon_url: 'https://i.imgur.com/Bl8zjHy.png',
},
};
message.channel.send({ embed });
}
if (command === "add") {
if (!message.member.hasPermission("ADMINISTRATOR"))
return message.reply("Vous n'avez pas les autorisations pour faire cela!");
var fs = require("fs");
let messageArray = message.content.split(" ");
let args = messageArray.slice(1);
var account = args[0]
var service = args[1]
if(!account) return message.reply("Fournissez d'abord une chaîne de compte formatée!")
if(!service) return message.reply("Fournir d'abord un service!")
const filePath = __dirname + "/comptes/" + args[1] + ".txt";
fs.appendFile(filePath, os.EOL + args[0], function (err) {
if (err) return console.log(err);
const embed = {
title: "Compte ajouté!",
description: "Compte ajouté avec succès à `" + service + "`!",
color: 0xff033d,
timestamp: new Date(),
footer: {
icon_url:
"https://i.imgur.com/Bl8zjHy.png",
text: "Développé par GalackQSM#2556"
},
image: {url:"https://i.imgur.com/XuVrWQh.png"},
author: {
name: botname + " - générateur de compte",
url: "https://discord.gg/6czZmmtczp",
icon_url: bot.displayAvatarURL
},
fields: []
};
message.channel.send({ embed });
});
}
if (command === "create") {
if (!message.member.hasPermission("ADMINISTRATOR"))
return message.reply("Vous n'avez pas les autorisations pour faire cela!");
var fs = require("fs");
let messageArray = message.content.split(" ");
let args = messageArray.slice(1);
const filePath = __dirname + "/comptes/" + args[0] + ".txt";
fs.writeFile(filePath, 'GalackQSM:GalackQSM', function (err) {
if (err) throw err;
const embed = {
title: "Service créé!",
description: "Service créé avec succès `" + args[0] + "`!",
color: 0xff033d,
timestamp: new Date(),
footer: {
icon_url:
"https://i.imgur.com/Bl8zjHy.png",
text: "Développé par GalackQSM#2556"
},
image: {url:"https://i.imgur.com/XuVrWQh.png"},
author: {
name: botname + " - générateur de compte",
url: "https://discord.gg/6czZmmtczp",
icon_url: bot.displayAvatarURL
},
fields: []
};
message.channel.send({ embed });
});
}
if (command === "restock") {
const embed = {
title: "Merci de mettre un service!",
description: "Veuillez fournir le nom du service réapprovisionné!",
color: 0xff033d,
timestamp: new Date(),
footer: {
icon_url:
"https://i.imgur.com/Bl8zjHy.png",
text: "Développé par GalackQSM#2556"
},
image: {url:"https://i.imgur.com/XuVrWQh.png"},
author: {
name: botname + " - générateur de compte ",
url: "https://discord.gg/6czZmmtczp",
icon_url: bot.displayAvatarURL
},
fields: []
};
let messageArray = message.content.split(" ");
let args = messageArray.slice(1);
if (!message.member.hasPermission("ADMINISTRATOR"))
return message.reply("Vous n'avez pas les autorisations pour faire cela!");
if (!args[0])
{
return message.channel.send({ embed });
}
if (!args[1])
{
return message.channel.send({ embed });
}
else {
message.channel.send("@everyone\n● Restock de compte: **" + args[0] + "**\n● Nombre de compte restock: **" + args[1] + " compte(s)**\n● Restock par: " + "<@" + message.author.id +">");
}
}
}
});
bot.login(config.token);