From 4e74661aa502a807b264b8711fc9cee9bb118199 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Sun, 25 Sep 2022 03:04:52 -0400 Subject: [PATCH] Fix Description for QR --- commands/untils/qrgen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/untils/qrgen.js b/commands/untils/qrgen.js index ce73eae..ffb636e 100644 --- a/commands/untils/qrgen.js +++ b/commands/untils/qrgen.js @@ -5,7 +5,7 @@ const fs = require("fs"); module.exports = { name: "qr", - description: "Returns websocket latency", + description: "Generates a QR image", options: [{ "name": "text-data", "description": "The data you would like inside of the QR",