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",