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!`);