Add URL to USPS Tracking

This commit is contained in:
Dragon Fire
2019-09-04 17:13:21 -04:00
parent 0fadc36ddf
commit 67fd2c69c2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -36,6 +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}
`);
} catch (err) {
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "107.7.0",
"version": "107.7.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {