From ce16fde29dce972d7a864f97cf0932caf81b60bb Mon Sep 17 00:00:00 2001 From: Xargana Date: Sun, 30 Mar 2025 09:16:41 +0300 Subject: [PATCH] a --- discord/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/index.js b/discord/index.js index 75783f2..8daee33 100644 --- a/discord/index.js +++ b/discord/index.js @@ -821,7 +821,7 @@ case "anime": const maxHops = interaction.options.getInteger("hops") || 30; const { exec } = require('child_process'); - exec(`traceroute -m ${maxHops} ${target}`, async (error, stdout, stderr) => { + exec(`tracepath -4 -m ${maxHops} ${target}`, async (error, stdout, stderr) => { const output = stdout || stderr || 'No response'; const traceEmbed = {