mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Credit Command
This commit is contained in:
@@ -9,6 +9,12 @@ module.exports = class CreateQRCodeCommand extends Command {
|
||||
group: 'image-edit',
|
||||
memberName: 'create-qr-code',
|
||||
description: 'Converts text to a QR Code.',
|
||||
credit: [
|
||||
{
|
||||
name: 'QR Code Generator\'s QR code API',
|
||||
url: 'http://goqr.me/api/'
|
||||
}
|
||||
],
|
||||
args: [
|
||||
{
|
||||
key: 'text',
|
||||
|
||||
Reference in New Issue
Block a user