Fix Description for QR

This commit is contained in:
Raven Scott 2022-09-25 03:04:52 -04:00
parent c0d185a106
commit 4e74661aa5

View File

@ -5,7 +5,7 @@ const fs = require("fs");
module.exports = { module.exports = {
name: "qr", name: "qr",
description: "Returns websocket latency", description: "Generates a QR image",
options: [{ options: [{
"name": "text-data", "name": "text-data",
"description": "The data you would like inside of the QR", "description": "The data you would like inside of the QR",