From a24dbc0d5b586f9712ca5a64849071a05dfec8e6 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 20 Aug 2023 19:50:34 -0400 Subject: [PATCH] update --- commands/main/weather.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/main/weather.js b/commands/main/weather.js index 4cb692b..10f92e0 100644 --- a/commands/main/weather.js +++ b/commands/main/weather.js @@ -6,7 +6,7 @@ module.exports = { private: false, options: [{ name: "location", - description: "The data you would like inside of the QR", + description: "The location you would like to check", required: true, type: 3 // 6 is type USER }],