From 7bfe42fca7e77cc23bda3c4fb5ba20ad8e1aa6ef Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 20 Jan 2025 19:50:04 -0700 Subject: [PATCH] Add hub command pt2 --- commands.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands.js b/commands.js index d2d9570..067b061 100644 --- a/commands.js +++ b/commands.js @@ -216,6 +216,10 @@ module.exports = { required: false } ] + }, + { + name: "hub", + description: "Get the hub URL.", } ], admin: []