From 291a0e93118f5735a99dee7f5f369eb666826b31 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 4 Sep 2019 17:14:47 -0400 Subject: [PATCH] Hide embed --- commands/search/usps-tracking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/usps-tracking.js b/commands/search/usps-tracking.js index 7d72720a..b00cd4d8 100644 --- a/commands/search/usps-tracking.js +++ b/commands/search/usps-tracking.js @@ -36,7 +36,7 @@ module.exports = class USPSTrackingCommand extends Command { return msg.say(stripIndents` **Tracking info for ${id}:** ${summary} - More Info: https://tools.usps.com/go/TrackConfirmAction?tLabels=${id} + More Info: `); } catch (err) { return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);