a
This commit is contained in:
parent
89e50fab13
commit
2a3f24456e
|
@ -837,11 +837,11 @@ case "anime":
|
|||
|
||||
output += newData;
|
||||
const traceEmbed = {
|
||||
title: `📍 Trace to ${target}`,
|
||||
title: `Trace to ${target}`,
|
||||
description: `\`\`\`\n${output}\`\`\``,
|
||||
color: 0x3498db,
|
||||
timestamp: new Date(),
|
||||
footer: { text: "🔍 Tracing..." }
|
||||
footer: { text: "Tracing..." }
|
||||
};
|
||||
|
||||
await interaction.editReply({ embeds: [traceEmbed] });
|
||||
|
@ -849,7 +849,7 @@ case "anime":
|
|||
|
||||
traceroute.on('close', async () => {
|
||||
const finalEmbed = {
|
||||
title: `📍 Trace to ${target} - Complete`,
|
||||
title: `Trace to ${target} - Complete`,
|
||||
description: `\`\`\`\n${output}\`\`\``,
|
||||
color: 0x00ff00,
|
||||
timestamp: new Date(),
|
||||
|
|
Loading…
Reference in a new issue