mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
7 lines
236 B
JSON
7 lines
236 B
JSON
|
{
|
||
|
"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!"
|
||
|
}
|