JaBa/languages/en-US/images/qrcode.json

7 lines
236 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Generates a QR code image from a given text",
"USAGE": "{{prefix}}qrcode [text]",
"EXAMPLES": "{{prefix}}qrcode Hello",
"MISSING_TEXT": "Please specify the QR code source text!",
"SUCCESS": "Here's your QRCode!"
}