Hide embed

This commit is contained in:
Dragon Fire
2019-09-04 17:14:47 -04:00
parent 67fd2c69c2
commit 291a0e9311
+1 -1
View File
@@ -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: <https://tools.usps.com/go/TrackConfirmAction?tLabels=${id}>
`);
} catch (err) {
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);