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

7 lines
236 B
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
2021-12-22 16:50: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!"
2021-12-10 21:39:54 +05:00
}