1
0
Fork 0

fixed command name

akairo
loicbersier 5 years ago
parent 5d48e554e0
commit 4cb05965d5

@ -5,9 +5,9 @@ const util = require('util');
const exec = util.promisify(require('child_process').exec); const exec = util.promisify(require('child_process').exec);
const superagent = require('superagent'); const superagent = require('superagent');
class vid2giftCommand extends Command { class vid2gifCommand extends Command {
constructor() { constructor() {
super('vid2gift', { super('vid2gif', {
aliases: ['vid2gif', 'v2g', 'vg'], aliases: ['vid2gif', 'v2g', 'vg'],
category: 'utility', category: 'utility',
args: [ args: [
@ -86,4 +86,4 @@ class vid2giftCommand extends Command {
} }
} }
module.exports = vid2giftCommand; module.exports = vid2gifCommand;
Loading…
Cancel
Save