Convert everything to superagent properly

This commit is contained in:
Daniel Odendahl Jr
2018-06-08 15:36:21 +00:00
parent 63f3398858
commit b4c815f403
17 changed files with 163 additions and 155 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class ReadQRCodeCommand extends Command {
constructor(client) {
super(client, {
name: 'read-qr-code',
aliases: ['scan-qr-code', 'scan-qr'],
aliases: ['scan-qr-code', 'scan-qr', 'read-qr'],
group: 'analyze',
memberName: 'read-qr-code',
description: 'Reads a QR Code.',