-
Notifications
You must be signed in to change notification settings - Fork 0
/
server.js
706 lines (629 loc) · 20.9 KB
/
server.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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
// Dependencies
const Discord = require('discord.js');
const http = require('http');
const express = require('express');
const app = express();
var ms = require('./minestat');
const fs = require('fs');
// Bot constant to be referenced
const bot = new Discord.Client();
// Keep Glitch bot alive, i know it sucks :/
app.get("/", (request, response) => {
response.sendStatus(200);
});
app.listen(8080);
setInterval(() => {
http.get(`http://${process.env.PROJECT_DOMAIN}.glitch.me/`);
}, 6000);
// Get server status every 10 seconds
setInterval(() => {
// play.newhope.hu(:25565)
ms.init('s2.vgh.hu', 25636, function (result) {
//console.log("Minecraft server status of " + ms.address + " on port " + ms.port + ":");
if (ms.online) {
bot.channels.get("564761155411771411").setName(`️️Online játékos: ${ms.current_players}`)
//bot.user.setActivity(ms.current_players + "/" + ms.max_players, { type: 'PLAYING' });
//console.log("Server is online running version " + ms.version + " with " + ms.current_players + " out of " + ms.max_players + " players.");
//console.log("Message of the day: " + ms.motd);
//console.log("Latency: " + ms.latency + "ms");
} else {
bot.channels.get("564761155411771411").setName("A szerver OFFLINE")
}
});
bot.channels.get("564839417408126986").setName(`Discord felhasználók: ${bot.channels.get("564761155411771411").guild.memberCount}`)
}, 10000)
bot.on('message', message => {
if (message.author.id === bot.user.id) return
if (isSupportChannel(message)) {
var user
getTicketAuthor(message).then(function (result, err) {
if (err) reject(err)
user = result
if (message.content.startsWith('!bezár')) {
message.channel.send("A hibajegy bezárásához kattints a `✔️` reakcióra, ha úgy érzed sikeresen megoldottuk a problmádat, ha pedig azt érzed nem sikerült kattints a `❌` gombra!").then(function (message) {
message.react("\u2705")
message.react("❌")
})
message.delete()
} else if (message.author.id != user && message.author.id != bot.user.id) {
//console.log(user)
message.channel.setName(`❗-${message.channel.name.substr(1, message.channel.name.length)}`)
} else if (message.author.id == user) {
message.channel.setName(`❓-${message.channel.name.substr(1, message.channel.name.length)}`)
}
})
}
})
function getTicketAuthor(message) {
return new Promise(function (resolve, reject) {
readFromFile("datas.json").then(function (result, err) {
if (err) reject(err)
result["support-channels"].forEach(function (elem) {
if (elem["channelId"] == message.channel.id) {
resolve(elem["user"])
}
})
})
})
}
bot.on('messageReactionAdd', (reaction, user) => {
if (user.id === bot.user.id) return
isSupportChannel(reaction.message).then(function(result){
if(result){
reaction.message.channel.setName(`${reaction.emoji}-${reaction.message.channel.name.substr(1, reaction.message.channel.name.length)}`)
reaction.message.delete()
reaction.message.channel.send("Örülünk, hogy segíthettünk neked!")
reaction.message.channel.send("Amennyiben bármilyen ezzel a problémával kapcsolatos gondod akadt nyugodtan írj ebbe a szobába!")
reaction.message.channel.send("Ha a hiba nem köthető ehhez, akkor kérlek ebben az esetben nyiss egy új szobát!")
reaction.message.channel.send("További jó játékot kíván a **NewHope csapata**!")
}
})
//console.log(`${user.username} reacted with "${reaction.emoji.name}".`)
//console.log(`${reaction.emoji}${reaction.message.channel.name.substr(1, reaction.message.channel.name.length)}`)
})
bot.on('message', message => {
// #support channel
if (message.channel.id != 561660773848449215) return false;
if (message.content.startsWith('!help') || message.content.startsWith('!segítség') || message.content.startsWith('!support')) {
var server = message.guild;
var channelId;
readFromFile("datas.json").then(function (result) {
if (result["support-channels"] != undefined) {
channelId = result["support-channels"].length + 1
} else {
channelId = 1;
}
// Channel namings:
// ❓-support-## <= Newly created, not a single admin responded
// (⁉) ❗-support-## <= Responded admin, waiting for user
// ❌-support-## <= Can not be fixed
// ✔️-support-## <= Problem solved
var channelName = `❓-support-${channelId}`
server.createChannel(channelName, "text")
.then(channel => {
// Give the permission to view and send for the user
channel.overwritePermissions(
message.author,
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": false,
"MANAGE_CHANNELS": false
}
)
// Remove the permission from @everyone to view and send message
channel.overwritePermissions(
channel.guild.defaultRole,
{
"VIEW_CHANNEL": false,
"SEND_MESSAGES": false
}
)
// Binds admins to the channel too
channel.overwritePermissions(
channel.guild.roles.find("name", "Adminisztrátor"),
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"MANAGE_CHANNELS": true
}
)
// Binds admins to the channel too
channel.overwritePermissions(
channel.guild.roles.find("name", "HelpBot"),
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": true,
"MANAGE_CHANNELS": true
}
)
// Support category
let category = server.channels.find(c => c.name == "Support" && c.type == "category");
if (!category) throw new Error("Category channel does not exist");
channel.setParent(category.id);
channel.send("Üdvözöllek a **NewHope támogatás rendszerében**!")
channel.send("Kérlek írd le, hogy mi a problémád és az egyik adminisztrátor hamarosan válaszol!")
channel.send("Ha úgy érzed, hogy a problémád megoldódott írd be, hogy `!bezár` és a kövesd a bot utasításait!")
readFromFile("datas.json").then(function (result) {
var elem = {
"channelId": channel.id,
"user": message.author.id
}
if (result["support-channels"] == undefined) {
result["support-channels"] = []
}
result["support-channels"].push(elem);
updateData("datas.json", "support-channels", result["support-channels"]).then(function (result, err) {
if (err) console.log(err)
console.log(result)
})
})
message.author.send("A szobád sikeresen elkészült a `❓-support-" + channelId + "` néven!")
}).catch(console.error);
// Remove !help message
message.delete()
})
} else {
message.author.send("Ebben a szobában új szobát tudsz létrehozni a `!segítség` paranccsal. Kérlek ne írj ide semmi mást!")
message.delete()
}
})
function isSupportChannel(message) {
return new Promise(function (resolve, err) {
var toReturn = false
readFromFile("datas.json").then(function (result, err) {
if (err) reject(err)
result["support-channels"].forEach(function (elem) {
if (elem["channelId"] == message.channel.id) {
toReturn = true
}
})
resolve(toReturn)
})
})
}
function saveToFile(fileName, data) {
return new Promise(function (resolve, reject) {
fs.writeFile(fileName, JSON.stringify(data), function (result, err) {
if (err) reject(err)
resolve(result)
})
})
}
function readFromFile(file) {
return new Promise(function (resolve, reject) {
if (fs.existsSync(file)) {
fs.readFile(file, 'utf8', function (err, data) {
if (err) resolve({})
resolve(JSON.parse(data))
})
} else {
resolve({})
}
})
}
function updateData(fileName, data, value) {
return new Promise(function (resolve, reject) {
readFromFile(fileName).then(function (result) {
result[data] = value
saveToFile(fileName, result).then(function (result, err) {
if (err) reject(err)
resolve(result)
})
})
})
}
bot.on('message', message => {
if(message.channel.id == 564563820341755925) return
if(message.content.startsWith('!announce')){
var msg = message.content.replace('!announce ', "")
message.channel.send(msg).then(function(msg2){
message.channel.send("A következő üzenet jó így?").then(function(message){
message.react("\u2705")
message.react("❌")
}).then(function(msg3){
message.delete();
bot.on('messageReactionAdd', (reaction, user) => {
if(reaction == "❌"){
msg2.delete();
msg3.delete();
} else {
}
})
})
})
}
})
bot.on('message', message => {
if (message.content.startsWith('!about') || message.content.startsWith('!rólunk')) {
message.channel.send("**Rólunk**", {
embed: {
author: {
name: bot.user.username,
url: "https://newhope.hu",
icon_url: ""
},
color: 5663164,
fields: [{
name: "Felhasználónév",
value: bot.user.username,
inline: true
}, {
name: "Verzió",
value: "NewHope Bot v" + require('./package.json').version,
inline: true
}, {
name: "Fejlesztő",
value: "Gál Péter (pepyta)",
inline: true
}],
thumbnail: {
url: bot.user.displayAvatarURL
}
}
})
}
})
bot.on('messageReactionAdd', (reaction, user) => {
if(reaction.message.id == 564894152635056165){
console.log("Bent vagyunk!")
var rendelkezik = false
readFromFile("rooms.json").then(function(result){
if(result["rooms"] == undefined){
result["rooms"] = []
}
result["rooms"].forEach(function(elem){
if(elem["user"] == message.author.id){
rendelkezik = true;
}
})
if(!rendelkezik){
reaction.message.guild.createChannel(`${user.username} szobája`, "category")
.then(category => {
reaction.message.guild.createChannel(`társalgó`, "text")
.then(channel => {
channel.setParent(category.id)
channel.send(`Üdvözöllek a **saját szobádban**!\n\nEbben a szobában teljesen szabadon módosíthatod a beállításokat, kedved szerint némíthatsz el mást vagy törölhetsz üzenetet.\n\nAmennyiben meg szeretnél valakit hívni, azt a \`!meghív\` paranccsal tudod.\nHasználat: \`!meghív JátékosNév\`\n\nHa valakit nem látsz többet szívesen a \`!kirúg\` paranccsal tudod kitenni a szűrét.\nHasználat: \`!kirúg JátékosNév\``)
.then(function(){
reaction.message.guild.createChannel(`beszélgető`, "voice")
.then(voice => {
voice.setParent(category.id)
.then(function(){
// Give the permission to view and send for the user, and also managing his/her own category
category.overwritePermissions(
user,
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": true,
"MANAGE_CHANNELS": false,
"ATTACH_FILES": true
}
)
// instead giving it for only channels
channel.overwritePermissions(
user,
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": true,
"MANAGE_CHANNELS": true
}
)
voice.overwritePermissions(
user,
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": true,
"MANAGE_CHANNELS": true
}
)
// Remove the permission from @everyone to view and send message
category.overwritePermissions(
channel.guild.defaultRole,
{
"VIEW_CHANNEL": false,
"SEND_MESSAGES": false,
"ATTACH_FILES": true
}
)
// Binds admins to the channel too
category.overwritePermissions(
channel.guild.roles.find("name", "HelpBot"),
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": true,
"MANAGE_CHANNELS": true
}
)
var elem = {
"user": user.id,
"category": category.id
}
if(result["rooms"] == undefined){
result["rooms"] = []
}
result["rooms"].push(elem)
updateData("rooms.json", "rooms", result["rooms"])
/*message.channel.send(`Sikeresen elkészült a szobád!`).then(function(msg){
setTimeout(function(){
msg.delete()
}, 1000*30)
})*/
})
})
})
})
})
} else {
user.send(`Már van neked egy saját szobád!`)
}
})
} else {
console.log(reaction.message.id)
}
})
bot.on('message', message => {
if(message.content.startsWith("!szoba")){
var rendelkezik = false
message.delete()
readFromFile("rooms.json").then(function(result){
if(result["rooms"] == undefined){
result["rooms"] = []
}
result["rooms"].forEach(function(elem){
if(elem["user"] == message.author.id){
rendelkezik = true;
}
})
if(!rendelkezik){
message.guild.createChannel(`${message.author.username} szobája`, "category")
.then(category => {
message.guild.createChannel(`társalgó`, "text")
.then(channel => {
channel.setParent(category.id)
channel.send(`Üdvözöllek a **saját szobádban**!\n\nEbben a szobában teljesen szabadon módosíthatod a beállításokat, kedved szerint némíthatsz el mást vagy törölhetsz üzenetet.\n\nAmennyiben meg szeretnél valakit hívni, azt a \`!meghív\` paranccsal tudod.\nHasználat: \`!meghív JátékosNév\`\n\nHa valakit nem látsz többet szívesen a \`!kirúg\` paranccsal tudod kitenni a szűrét.\nHasználat: \`!kirúg JátékosNév\``)
.then(function(){
message.guild.createChannel(`beszélgető`, "voice")
.then(voice => {
voice.setParent(category.id)
.then(function(){
// Give the permission to view and send for the user, and also managing his/her own category
category.overwritePermissions(
message.author,
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": true,
"MANAGE_CHANNELS": true
}
)
// Remove the permission from @everyone to view and send message
category.overwritePermissions(
channel.guild.defaultRole,
{
"VIEW_CHANNEL": false,
"SEND_MESSAGES": false
}
)
// Binds admins to the channel too
category.overwritePermissions(
channel.guild.roles.find("name", "HelpBot"),
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true,
"ADD_REACTIONS": true,
"MANAGE_CHANNELS": true
}
)
var elem = {
"user": message.author.id,
"category": category.id
}
if(result["rooms"] == undefined){
result["rooms"] = []
}
result["rooms"].push(elem)
updateData("rooms.json", "rooms", result["rooms"])
message.channel.send(`Sikeresen elkészült a szobád!`).then(function(msg){
setTimeout(function(){
msg.delete()
}, 1000*30)
})
})
})
})
})
})
} else {
message.channel.send(`Már van neked egy saját szobád!`).then(function(msg){
setTimeout(function(){
msg.delete()
}, 1000*30)
})
}
})
}
})
bot.on('message', message => {
if (message.content.startsWith('!meghív')) {
isOwner(message.author, message.channel).then(function (result) {
if (result) {
try {
var username = message.content.replace('!meghív ', '')
if (username != "") {
let user = bot.users.find(user => user.username == username)
// Remove the permission from @everyone to view and send message
message.channel.parent.overwritePermissions(
user,
{
"VIEW_CHANNEL": true,
"SEND_MESSAGES": true
}
).then(function (result, err) {
message.channel.send(`Sikeresen meghívtad a szobádba!`)
}).catch(function(err){
message.channel.send(`Sajnos nincs ${username} nevű felhasználó... Próbáld pontosabban!`)
})
}
}
catch (err) {
console.log(err)
}
message.delete()
} else {
message.channel.send(`Nem te vagy a szoba főnöke!`)
}
})
}
})
bot.on('message', message => {
if (message.content.startsWith('!kirúg')) {
isOwner(message.author, message.channel).then(function (result) {
if (result) {
try {
var username = message.content.replace('!kirúg ', '')
if (username != "") {
let user = bot.users.find(user => user.username == username)
// Remove the permission of the desired user
message.channel.parent.overwritePermissions(
user,
{
"VIEW_CHANNEL": false,
"SEND_MESSAGES": false
}
).then(function (result, err) {
message.channel.send(`Sikeresen kirúgtad a szobából!`)
}).catch(function(err){
message.channel.send(`Sajnos nincs ${username} nevű felhasználó... Próbáld pontosabban!`)
})
}
}
catch (err) {
console.log(err)
message.channel.send(`Sajnos nincs ${username} nevű felhasználó... Próbáld pontosabban!`)
}
} else {
message.channel.send(`Nem te vagy a szoba főnöke!`)
}
})
message.delete()
}
})
function isOwner(user, channel){
return new Promise(function(resolve, reject){
readFromFile("rooms.json").then(function(result, err){
if(err) reject(err)
var owner = false;
console.log(result["rooms"])
if(result["rooms"] == undefined){
result["rooms"] = []
}
result["rooms"].forEach(function(elem){
if(channel.parent.id == elem["category"] && user.id == elem["user"]){
owner = true;
} else {
console.log(`${channel.parent.id} => ${elem["category"]}`)
console.log(`${user.id} => ${elem["user"]}`)
}
}, function(err){
if(err) reject(err)
})
resolve(owner)
})
})
}
/*
bot.on('message', message => {
if (message.content.startsWith('!remind') || message.content.startsWith('!emlékeztess') || message.content.startsWith('!emlékeztető')) {
var msg = message.content.replace("!remind ", "").replace("!emlékeztess ", "").replace("!emlékeztető ", "");
if (msg != "") {
message.channel.send(`Írd be, hogy mikorra szeretnél létrehozni a emlékeztetőt a következő dologról: \`${msg}\``);
//message.channel.send(`${message.author.id} == ${bot.user.id}`)
bot.on('message', message2 => {
if (message2.channel != message.channel) return;
if (message2.author.id !== bot.user.id) {
readFromFile("reminders.json").then(function(result){
var elem = {
"name": msg,
"date": new Date(message2.content),
"channel": message.channel.id,
"reminded": false
}
if (result["reminders"] == undefined) {
result["reminders"] = []
}
result["reminders"].push(elem)
updateData("reminders.json", "reminders", result["reminders"]).then(function(){
message.channel.send("**Új emlékeztető**", {
embed: {
author: {
name: "",
url: "",
icon_url: ""
},
color: 5663164,
fields: [{
name: "Esemény neve",
value: msg,
inline: true
},{
name: "Időpont",
value: new Date(message2.content).toString(),
inline: true
}],
thumbnail: {
url: ""
}
}
})
})
})
}
return;
})
}
}
if (message.content.startsWith('!most')) {
message.channel.send(new Date().toString());
}
if (message.content.startsWith('!toDate')) {
message.channel.send(new Date(message.content.replace("!toDate ", "")).toDateString())
}
if(message.content.startsWith('reminders')){
readFromFile('reminders.json').then(function(result){
message.channel.send(JSON.stringify(result))
})
}
})
setInterval(() => {
readFromFile("reminders.json").then(function(result){
for(var i = 0; i < result["reminders"].length; i++){
if(!result["reminders"][i]["reminded"]){
console.log("Reminded!")
var dateOffset = (24*60*60*1000) * 5; //5 days
var myDate = new Date(new Date(result["reminders"][i]["date"]).getTime() - dateOffset);
var d = new Date(result["reminders"][i]["date"]);
console.log('Today is: ' + d.toLocaleString());
d.setDate(d.getDate() - 5);
console.log('<br>5 days ago was: ' + d.toLocaleString());
if(new Date(result["reminders"][i]["date"]) < new Date() && new Date() > d){
result["reminders"][i]["reminded"] = true
updateData("reminders.json", "reminders", result["reminders"]).then(function(){
console.log(`Reminded: ${result["reminders"][i]["name"]}`)
bot.channels.get(result['reminders'][i]["channel"]).send(`**Esemény**\n\`${result['reminders'][i]['name']}\``)
})
} else {
console.log("Not in interval")
console.log(`${new Date(result["reminders"][i]["date"]).toString()} => ${new Date().toString()}, ${myDate}`)
}
}
}
})
}, 1000)
*/
console.log(`NewHope Discord bot\nVersion: ${require('./package.json').version}`)
bot.login(process.env.TOKEN)