mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 15:57:43 +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`
|
return msg.say(stripIndents`
|
||||||
**Tracking info for ${id}:**
|
**Tracking info for ${id}:**
|
||||||
${summary}
|
${summary}
|
||||||
|
More Info: https://tools.usps.com/go/TrackConfirmAction?tLabels=${id}
|
||||||
`);
|
`);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);
|
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "107.7.0",
|
"version": "107.7.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user