-
Notifications
You must be signed in to change notification settings - Fork 0
/
Danny-BOT.js
382 lines (337 loc) · 15.8 KB
/
Danny-BOT.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
//parte 1 Inicialização e configuração do cliente.
import { Client, GatewayIntentBits, Events, EmbedBuilder } from 'discord.js';
import { config } from 'dotenv';
import fs from 'fs';
// Carregue suas variáveis de ambiente
config();
const TOKEN = '';
const CLIENT_SECRET = ''; // Adicione o CLIENT_SECRET aqui
const WEBHOOK_URL = ''; // Coloque seu URL do Webhook aqui
const OWNER_ID = '1067849662347878401'; // Coloque o seu ID de usuário aqui
let channelConnections = {};
let globalConnections = [];
let bannedServers = [];
// Crie uma nova instância do cliente Discord
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildMembers,
],
});
//parte 2 Funções para carregar e salvar conexões.
// Função para carregar conexões
function loadConnections() {
if (fs.existsSync('Salvamento.json')) {
try {
const data = fs.readFileSync('Salvamento.json', 'utf8');
if (data.trim().length === 0) {
channelConnections = {};
globalConnections = [];
bannedServers = [];
} else {
const parsedData = JSON.parse(data);
channelConnections = parsedData.channelConnections || {};
globalConnections = parsedData.globalConnections || [];
bannedServers = parsedData.bannedServers || [];
}
} catch (error) {
console.error("Erro ao carregar conexões: ", error);
channelConnections = {};
globalConnections = [];
bannedServers = [];
}
}
}
// Função para salvar conexões
function saveConnections() {
fs.writeFileSync('Salvamento.json', JSON.stringify({ channelConnections, globalConnections, bannedServers }));
}
//parte 3 Funções utilitárias, como formatação de data e regras do servidor
// Função que formata a data e hora corretamente
function formatDateTime() {
const now = new Date();
const hours = now.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit', hour12: true });
const date = now.toLocaleDateString([], { day: '2-digit', month: '2-digit', year: 'numeric' });
return `🕘 ${date} | 🗓️ ${hours}`;
}
// Regras do Danny-Chat
const dchatRules = `
1. **Use o bom senso:** Seja considerado com os outros e suas opiniões. Sem ofensas, linguagem extrema ou qualquer ação que possa perturbar o conforto do chat.
2. **Sem spam ou flooding:** Evite mensagens repetidas, sem sentido ou excessivamente longas.
3. **Mantenha assuntos privados:** Evite compartilhar informações pessoais na rede.
4. **Sem assédio:** Trolling, insultos ou assédio de qualquer tipo não serão tolerados.
5. **Sem conteúdo NSFW/NSFL:** Postar conteúdo NSFW/NSFL explícito resultará em banimento imediato.
6. **Respeite tópicos sensíveis:** Não trivialize automutilação, suicídio, violência ou outros tópicos ofensivos.
7. **Reporte preocupações:** Se você observar uma violação dessas regras, reporte ao moderador do hub apropriado ou à equipe do Danny-Chat para ação adicional.
Qualquer dúvida? Junte-se ao nosso [servidor de suporte](https://discord.gg/8DhUA4HNpD).
`;
//parte 4 Definição dos comandos do bot, com suas respectivas funcionalidades
const commands = {
criador: {
description: 'Mostra quem é o criador do bot',
execute: (message) => {
const embed = new EmbedBuilder()
.setColor('#3498db')
.setDescription('🌟 Criado por Danny Barbosa! [Acesse o servidor de suporte](https://discord.gg/c8a7Q45ddd) 😎')
.setFooter({
text: `🌠 Danny Barbosa | ${formatDateTime()}`,
iconURL: 'https://avatars.githubusercontent.com/u/132908376?v=4',
})
.setTimestamp();
message.channel.send({ embeds: [embed] });
},
},
servidores: {
description: 'Mostra todos os servidores conectados',
execute: (message) => {
const serverCount = client.guilds.cache.size;
const serverList = client.guilds.cache.map(guild => `${guild.name} (ID: ${guild.id})`).join('\n');
const embed = new EmbedBuilder()
.setColor('#3498db')
.setDescription(`🌍 Conectado em ${serverCount} servidores:\n\n${serverList}\n\nServidor de suporte: [Danny Barbosa](https://discord.gg/c8a7Q45ddd)`)
.setFooter({
text: `🌠 Danny Barbosa | ${formatDateTime()}`,
iconURL: 'https://avatars.githubusercontent.com/u/132908376?v=4',
})
.setTimestamp();
message.channel.send({ embeds: [embed] });
}, // Corrigido: removeu o ponto e vírgula aqui
},
global: {
description: 'Conecta o canal atual a outros canais globais.',
execute: async (message) => {
if (message.author.id !== OWNER_ID && !message.member.permissions.has('ADMINISTRATOR')) {
return message.channel.send('❌ Você não tem permissão para usar este comando.');
}
if (globalConnections.includes(message.channel.id)) {
return message.channel.send('🔗 Este canal já está conectado globalmente.');
}
globalConnections.push(message.channel.id);
message.channel.send(`🌐 Canal <#${message.channel.id}> conectado globalmente.`);
const embedRules = new EmbedBuilder()
.setColor('#3498db')
.setTitle('📜 Regras do Danny-Chat')
.setDescription(dchatRules)
.setFooter({
text: `🌠 Danny Barbosa | ${formatDateTime()}`,
iconURL: 'https://avatars.githubusercontent.com/u/132908376?v=4',
})
.setTimestamp();
message.channel.send({ embeds: [embedRules] });
const numberOfConnections = globalConnections.length;
const notificationEmbed = new EmbedBuilder()
.setColor('#3498db')
.setTitle('🌐 Novo Servidor Conectado')
.setDescription(`O servidor **${message.guild.name}** entrou na conexão! Agora temos **${numberOfConnections}** servidores conectados.`)
.setFooter({
text: `🌠 Danny Barbosa | ${formatDateTime()}`,
iconURL: 'https://avatars.githubusercontent.com/u/132908376?v=4',
})
.setTimestamp();
// Verifica se os canais existem antes de enviar a mensagem
const validChannels = [];
for (const channelId of globalConnections) {
try {
const channel = await client.channels.fetch(channelId);
validChannels.push(channel); // Armazena canais válidos
} catch (error) {
console.log(`Canal ${channelId} não encontrado, removendo da lista de conexões.`);
globalConnections = globalConnections.filter(id => id !== channelId); // Remove o canal da lista
}
}
// Envia a mensagem apenas para canais válidos
for (const channel of validChannels) {
try {
await channel.send({ embeds: [notificationEmbed] });
} catch (err) {
console.log(`Erro ao enviar mensagem para o canal ${channel.id}: ${err.message}`);
}
}
saveConnections();
},
},
conectar: {
description: 'Conecta o canal a um outro do servidor',
execute: (message) => {
if (message.author.id !== OWNER_ID && !message.member.permissions.has('ADMINISTRATOR')) {
return message.channel.send('❌ Você não tem permissão para usar este comando.');
}
const targetChannel = message.mentions.channels.first();
if (!targetChannel) {
return message.channel.send('❗ Por favor, mencione um canal para conectar.');
}
if (!channelConnections[message.guild.id]) {
channelConnections[message.guild.id] = [];
}
channelConnections[message.guild.id].push({
sourceChannelId: message.channel.id,
targetChannelId: targetChannel.id,
});
message.channel.send(`🔗 Canal <#${message.channel.id}> conectado ao canal <#${targetChannel.id}>.`);
saveConnections();
},
},
// Comando !descontar - Desconecta o canal atual da conexão ativa.
desconectar: {
description: 'Desconecta um canal conectado.',
async execute(message) {
const channelId = message.channel.id;
// Verifica se o canal está na lista de conexões globais
if (!globalConnections.includes(channelId)) {
return message.channel.send('❌ Este canal não está conectado globalmente.');
}
// Remove o canal da lista de conexões globais
globalConnections = globalConnections.filter(id => id !== channelId);
message.channel.send(`🔌 Canal <#${channelId}> desconectado com sucesso.`);
// Salva as conexões após a desconexão
saveConnections();
},
},
ajuda: {
description: 'Mostra todos os comandos disponíveis.',
execute: (message) => {
const helpText = Object.keys(commands).map(cmd => `\`!${cmd}\`: ${commands[cmd].description}`).join('\n');
const embed = new EmbedBuilder()
.setColor('#3498db')
.setTitle('📜 Comandos Disponíveis')
.setDescription(helpText)
.setFooter({
text: `🌠 Danny Barbosa | ${formatDateTime()}`,
iconURL: 'https://avatars.githubusercontent.com/u/132908376?v=4',
})
.setTimestamp();
message.channel.send({ embeds: [embed] });
},
},
banir: {
description: 'Bane um servidor da lista de conexões.',
execute: (message, args) => {
if (message.author.id !== OWNER_ID) {
return message.channel.send('❌ Apenas o dono do bot pode usar este comando.');
}
const serverId = args[0];
if (!serverId) {
return message.channel.send('❗ Forneça o ID do servidor para banir.');
}
if (!bannedServers.includes(serverId)) {
bannedServers.push(serverId);
message.channel.send(`🚫 Servidor ${serverId} foi banido.`);
saveConnections();
} else {
message.channel.send('⚠️ Esse servidor já está banido.');
}
},
},
desbanir: {
description: 'Remove o banimento de um servidor.',
execute: (message, args) => {
if (message.author.id !== OWNER_ID) {
return message.channel.send('❌ Apenas o dono do bot pode usar este comando.');
}
const serverId = args[0];
if (!serverId) {
return message.channel.send('❗ Forneça o ID do servidor para desbanir.');
}
const index = bannedServers.indexOf(serverId);
if (index !== -1) {
bannedServers.splice(index, 1);
message.channel.send(`✅ Servidor ${serverId} foi desbanido.`);
saveConnections();
} else {
message.channel.send('⚠️ Esse servidor não está banido.');
}
},
},
};
/// Parte 5Gerenciamento de eventos e compartilhamento de mensagens
client.once(Events.ClientReady, () => {
console.log(`🌠 ${client.user.tag} está online`);
loadConnections();
});
// Ouve mensagens e verifica compartilhamentos globais
client.on(Events.MessageCreate, async (message) => {
if (message.author.bot) return;
// Verificação de comandos
if (message.content.startsWith('!')) {
const args = message.content.slice(1).trim().split(/ +/);
const commandName = args.shift().toLowerCase();
const command = commands[commandName];
if (command) {
try {
await command.execute(message, args);
} catch (error) {
console.error(`Erro ao executar o comando: ${error}`);
message.channel.send('❗ Houve um erro ao executar esse comando.');
}
} else {
message.channel.send('❌ Comando não encontrado.');
}
}
// Compartilhamento global de mensagens
if (globalConnections.includes(message.channel.id)) {
for (const targetChannelId of globalConnections) {
if (targetChannelId !== message.channel.id) {
const targetChannel = await client.channels.fetch(targetChannelId);
if (targetChannel) {
// Conteúdo da mensagem
let embedDescription = message.content || "Mensagem sem conteúdo.";
const embed = new EmbedBuilder()
.setColor('#3498db')
.setAuthor({ name: message.author.username, iconURL: message.author.displayAvatarURL() })
.setDescription(embedDescription)
.setFooter({
text: `🌎 ${message.guild.name} | ${formatDateTime()}`, // Nome do servidor de origem
iconURL: 'https://avatars.githubusercontent.com/u/132908376?v=4',
})
.setTimestamp();
await targetChannel.send({ embeds: [embed] });
// Responder a mensagem original mencionando o autor
if (message.reference && message.reference.messageId) {
const originalMessage = await message.channel.messages.fetch(message.reference.messageId);
if (originalMessage) {
const replyContent = `🔁 Resposta a ${originalMessage.author}:\n${originalMessage.content}`;
await targetChannel.send({ content: replyContent, messageReference: { messageId: originalMessage.id } });
}
}
// Compartilhar anexos como links
if (message.attachments.size > 0) {
message.attachments.forEach(async (attachment) => {
await targetChannel.send(`🖼️ Imagem compartilhada: ${attachment.url}`);
});
}
// Compartilhar áudio como link
if (message.attachments.some(att => att.contentType.startsWith('audio'))) {
message.attachments.forEach(async (attachment) => {
await targetChannel.send(`🎶 Áudio compartilhado: ${attachment.url}`);
});
}
// Compartilhar figurinhas
if (message.stickers.size > 0) {
message.stickers.forEach(async (sticker) => {
await targetChannel.send(`🖼️ Figurinha compartilhada: ${sticker.url}`);
});
}
// Emojis de outros servidores
if (message.content.includes('<:')) {
const emojis = message.content.match(/<:.+?:\d+>/g);
if (emojis) {
for (const emoji of emojis) {
await targetChannel.send(`😄 Emoji compartilhado: ${emoji}`);
}
}
}
}
}
}
}
});
// Parte 6 final
client.login(TOKEN)
.then(() => {
console.log('Bot logado com sucesso!');
})
.catch(error => {
console.error('Erro ao logar o bot: ', error);
});