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 }],