-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
384 lines (323 loc) · 16.9 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
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
const Discord = require("discord.js")
const config = require("./config.json")
const { durationTime } = require('util-stunks')
const client = new Discord.Client({
intents: [
Discord.GatewayIntentBits.Guilds
]
});
module.exports = client
client.on('interactionCreate', (interaction) => {
if(interaction.type === Discord.InteractionType.ApplicationCommand){
const cmd = client.slashCommands.get(interaction.commandName);
if (!cmd) return interaction.reply(`Error`);
interaction["member"] = interaction.guild.members.cache.get(interaction.user.id);
cmd.run(client, interaction)
}
})
client.on('ready', () => {
console.log(`🔥 Estou online em ${client.user.username}!`)
})
client.slashCommands = new Discord.Collection()
require('./handler')(client)
client.login(config.token)
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// sei la kkkkkkkk
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Colocar tudo no arquivo index.js
// Os canais criados para mostrar os tatus tem que ser canal de voz
client.on("ready", () => {
let canalPing = client.channels.cache.get(`${config.canalping}`); // Aqui o bot irá pegar o canal pelo id (Coloque o id do canal que aparecerá o ping do bot)
if (!canalPing) return console.log(`Canal de ping do bot não encontrado`); // Aqui o bot ira mandar no console se o canal não existir
canalPing.setName(`📡 Ping: Calculando...`);
setInterval(() => {
canalPing.setName(`📡 Ping: ${client.ws.ping}ms`); // Aqui o bot vai renomear o canal para o ping do bot
}, 1000 * 60 * 4 ); // Aqui é o tempo(delay) que vai ser alterado o nome do canal para o ping do bot (altere o 4 para os minutos desejados!)
});
client.on("ready", () => {
let users = client.guilds.cache.map(g => g.memberCount).reduce((a, b) => a + b)
const compact = users.toLocaleString("pt-BR", { notation: 'compact' });
let membro = client.channels.cache.get(`${config.canalmembros}`); // Colocar o id do canal de membros
if (!membro) return console.log(`Canal de membros do bot não encontrado`);
membro.setName(`📡 Membros: Calculando...`);
setInterval(() => {
membro.setName(`📡 Membros: ${compact}`);
}, 1000 * 60 * 4);
})
/////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////// MENSAGENS DELETADAS ///////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
client.on('messageDelete', async (message) => {
const canalLogs = message.guild.channels.cache.get("1018375967837794375") // ID DO CANAL DE LOGS
if (message.author.bot) return;
let msgDelete = message.content;
const qmdeletou = message.author;
const canaldelatado = message.channel;
const embed_delete = new Discord.EmbedBuilder()
.setTimestamp()
.setColor("Blue") // A COR DO SEU SERVER ( Em ingles e com a inicial maiuscula e o retante minusculo)
.setTitle(`🗑 **MENSAGEM DELETADA**`)
.setThumbnail(message.author.displayAvatarURL({ dynamic: true }))
.addFields({ name: `MENSAGEM DELETADA NO CANAL`, value: `${canaldelatado}`, inline: false, })
.addFields({ name: `MENSAGEM DELETADA POR`, value: `${qmdeletou}`, inline: false, })
.addFields({ name: `MENSAGEM DELETADA`, value: `\`\`\`${msgDelete}\`\`\``, inline: false, })
.setFooter({ text: `${message.guild.name}`, iconURL: message.guild.iconURL({ dynamic: true }) })
try {
canalLogs.send({ embeds: [embed_delete] })
} catch (e) { }
})
/////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////// BOT INFO ///////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
client.on("interactionCreate", async (interaction) => {
if (interaction.isSelectMenu()) {
let choice = interaction.values[0]
const member = interaction.member
const server = interaction.guild.members.cache.get(client.user.id)
//Username
if (interaction.isSelectMenu()) {
if (choice === "cargos") {
let embedCargos = new discord.EmbedBuilder()
.setColor('Blue')
.setTitle(`Os cargos que eu estou no momento são: `)
.setDescription(`- ${server.roles.cache.sort
((a, b) => b.position - a.position)
.filter((role) => role != interaction.guild.roles.client.user)
.map((role) => role).join("\n -") || `Nenhum`}`)
.setAuthor({ name: `${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}`})
interaction.reply({ embeds: [embedCargos],
ephemeral: true
})
} else if(choice === "config") {
{
let embedinvite = new discord.EmbedBuilder()
.setTitle(`📌 - Invite`)
.setAuthor({ name: `${interaction.user.tag}`, iconURL: `${interaction.user.displayAvatarURL()}`})
.setDescription(`https://discord.com/api/oauth2/authorize?client_id=${client.user.id}&permissions=8&scop=ebot`)
interaction.reply({ embeds: [embedinvite], ephemeral: true })
};
};
}
}
})
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///ticket
client.on("interactionCreate", (interaction) => {
if (interaction.isSelectMenu()) {
if (interaction.customId === "painel_ticket") {
let opc = interaction.values[0]
if (opc === "opc1") {
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Nova opção
let nome = `📦|${interaction.user.username}`;
let categoria = "1000568416878465146" // Coloque o ID da categoria
if (!interaction.guild.channels.cache.get(categoria)) categoria = null;
if (interaction.guild.channels.cache.find(c => c.name === nome)) {
interaction.reply({ content: `❌ Você já possui um ticket aberto em ${interaction.guild.channels.cache.find(c => c.name === nome)}!`, ephemeral: true })
} else {
interaction.guild.channels.create({
name: nome,
type: Discord.ChannelType.GuildText,
parent: categoria,
permissionOverwrites: [
{
id: interaction.guild.id,
deny: [
Discord.PermissionFlagsBits.ViewChannel
]
},
{
id: interaction.user.id,
allow: [
Discord.PermissionFlagsBits.ViewChannel,
Discord.PermissionFlagsBits.SendMessages,
Discord.PermissionFlagsBits.AttachFiles,
Discord.PermissionFlagsBits.EmbedLinks,
Discord.PermissionFlagsBits.AddReactions
]
}
]
}).then( (ch) => {
interaction.reply({ content: `✅ Olá ${interaction.user}, seu ticket foi aberto em ${ch}!`, ephemeral: true })
let embed = new Discord.EmbedBuilder()
.setColor("Blue")
.setAuthor({
name: `${interaction.guild.name} | Compras`,
iconURL: interaction.guild.iconURL({ dynamic: true }),
})
.setDescription(
`Olá \`${interaction.user.username}\`, \`Boas vindas ao seu ticket.\`\nAguarde alguns instantes para receber o suporte.\n\n**Feche seu ticket no Botao Abaixo**\.`
)
.setImage(
"https://media.discordapp.net/attachments/901945232529162250/1070566557375266836/BANNER-2-400X100.png"
);
let botao = new Discord.ActionRowBuilder().addComponents(
new Discord.ButtonBuilder()
.setCustomId("fechar_ticket")
.setEmoji("<:1023420800407187486:1024117533546135582>")
.setLabel("Fechar Ticket")
.setStyle(Discord.ButtonStyle.Danger)
);
ch.send({ embeds: [embed], components: [botao] }).then( m => {
m.pin()
})
})
}
} else if (opc === "opc2") {
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Nova opção
let nome = `📦|${interaction.user.username}`;
let categoria = "1000568416878465146" // Coloque o ID da categoria
if (!interaction.guild.channels.cache.get(categoria)) categoria = null;
if (interaction.guild.channels.cache.find(c => c.name === nome)) {
interaction.reply({ content: `❌ Você já possui um ticket aberto em ${interaction.guild.channels.cache.find(c => c.name === nome)}!`, ephemeral: true })
} else {
interaction.guild.channels.create({
name: nome,
type: Discord.ChannelType.GuildText,
parent: categoria,
permissionOverwrites: [
{
id: interaction.guild.id,
deny: [
Discord.PermissionFlagsBits.ViewChannel
]
},
{
id: interaction.user.id,
allow: [
Discord.PermissionFlagsBits.ViewChannel,
Discord.PermissionFlagsBits.SendMessages,
Discord.PermissionFlagsBits.AttachFiles,
Discord.PermissionFlagsBits.EmbedLinks,
Discord.PermissionFlagsBits.AddReactions
]
}
]
}).then( (ch) => {
interaction.reply({ content: `✅ Olá ${interaction.user}, seu ticket foi aberto em ${ch}!`, ephemeral: true })
let embed = new Discord.EmbedBuilder()
.setColor("Blue")
.setAuthor({
name: `${interaction.guild.name} | Suporte`,
iconURL: interaction.guild.iconURL({ dynamic: true }),
})
.setDescription(
`Olá \`${interaction.user.username}\`, \`Boas vindas ao seu ticket.\`\nAguarde alguns instantes para receber o suporte.\n\n**Feche seu ticket no Botao Abaixo**\.`
)
.setImage(
"https://media.discordapp.net/attachments/901945232529162250/1070566557375266836/BANNER-2-400X100.png"
);
let botao = new Discord.ActionRowBuilder().addComponents(
new Discord.ButtonBuilder()
.setCustomId("fechar_ticket")
.setEmoji("<:1023420800407187486:1024117533546135582>")
.setLabel("Fechar Ticket")
.setStyle(Discord.ButtonStyle.Danger)
);
ch.send({ embeds: [embed], components: [botao] }).then( m => {
m.pin()
})
})
}
} else if (opc === "opc3") {
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Nova opção
let nome = `📦|${interaction.user.username}`;
let categoria = "1000568416878465146" // Coloque o ID da categoria
if (!interaction.guild.channels.cache.get(categoria)) categoria = null;
if (interaction.guild.channels.cache.find(c => c.name === nome)) {
interaction.reply({ content: `❌ Você já possui um ticket aberto em ${interaction.guild.channels.cache.find(c => c.name === nome)}!`, ephemeral: true })
} else {
interaction.guild.channels.create({
name: nome,
type: Discord.ChannelType.GuildText,
parent: categoria,
permissionOverwrites: [
{
id: interaction.guild.id,
deny: [
Discord.PermissionFlagsBits.ViewChannel
]
},
{
id: interaction.user.id,
allow: [
Discord.PermissionFlagsBits.ViewChannel,
Discord.PermissionFlagsBits.SendMessages,
Discord.PermissionFlagsBits.AttachFiles,
Discord.PermissionFlagsBits.EmbedLinks,
Discord.PermissionFlagsBits.AddReactions
]
}
]
}).then( (ch) => {
interaction.reply({ content: `✅ Olá ${interaction.user}, seu ticket foi aberto em ${ch}!`, ephemeral: true })
let embed = new Discord.EmbedBuilder()
.setColor("Blue")
.setAuthor({
name: `${interaction.guild.name} | Parceria`,
iconURL: interaction.guild.iconURL({ dynamic: true }),
})
.setDescription(
`Olá \`${interaction.user.username}\`, \`Boas vindas ao seu ticket.\`\nAguarde alguns instantes para receber o suporte.\n\n**Feche seu ticket no Botao Abaixo**\.`
)
.setImage(
"https://media.discordapp.net/attachments/901945232529162250/1070566557375266836/BANNER-2-400X100.png"
);
let botao = new Discord.ActionRowBuilder().addComponents(
new Discord.ButtonBuilder()
.setCustomId("fechar_ticket")
.setEmoji("<:1023420800407187486:1024117533546135582>")
.setLabel("Fechar Ticket")
.setStyle(Discord.ButtonStyle.Danger)
);
ch.send({ embeds: [embed], components: [botao] }).then( m => {
m.pin()
})
})
}
}
}
} else if (interaction.isButton()) {
if (interaction.customId === "fechar_ticket") {
interaction.reply(`Olá ${interaction.user}, este ticket será excluído em 5 segundos...`)
setTimeout ( () => {
try {
interaction.channel.delete()
} catch (e) {
return;
}
}, 5000)
}
}
})
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
client.on('guildMemberAdd', async(member) => {
let canal = member.guild.channels.cache.get('1070589947532288040'); //Id do canal!
if(!canal) return;
let entrada = new Discord.EmbedBuilder()
.setAuthor({name: `${member.user.tag}`, iconURL: `${member.user.displayAvatarURL({dynamic: true})}`})
.setTitle(`Sistema de bem vindo!`)
.setDescription(`${member} *É o novo membro do servidor, seja muito bem vindo(a) em **${member.guild.name}**.*\n\nPequena curiosidade: Você é o membro **${member.guild.memberCount}** do servidor!`)
.addFields({name: `Regras:`, value: `<#id do canal>`, inline: true},
)
.setThumbnail(`${member.user.displayAvatarURL({ dynamic: true})}`)
.setFooter({text: `${member.guild.name}`, iconURL: `${member.guild.iconURL({ dynamic: true})}`})
.setTimestamp(new Date())
//.setImage() // Você pode por uma imagem na embed!
let b1 = new Discord.ButtonBuilder()
.setLabel(`WEBSITE`) //Coloque um nome para o botão
.setEmoji(`🌐`)
.setStyle(5)
.setURL(`https://loja.marstore.repl.co/`) //Coloque o link do botão
let b2 = new Discord.ActionRowBuilder().addComponents(b1)
canal.send({embeds: [entrada], components: [b2], content: `${member}`})
})