mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 06:42:51 +02:00
Convert everything to superagent properly
This commit is contained in:
@@ -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.',
|
||||
|
||||
@@ -4,6 +4,7 @@ module.exports = class ZodiacSignCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'zodiac-sign',
|
||||
aliases: ['zodiac'],
|
||||
group: 'analyze',
|
||||
memberName: 'zodiac-sign',
|
||||
description: 'Responds with the Zodiac Sign for the given month/day.',
|
||||
|
||||
Reference in New Issue
Block a user