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