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