mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Add URL to USPS Tracking
This commit is contained in:
@@ -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!`);
|
||||
|
||||
Reference in New Issue
Block a user