create-meme -> meme-gen

This commit is contained in:
Daniel Odendahl Jr
2018-09-14 14:48:04 +00:00
parent 5c985b92fb
commit ce35859fc3
3 changed files with 6 additions and 6 deletions
@@ -1,13 +1,13 @@
const Command = require('../../structures/Command');
const request = require('node-superfetch');
module.exports = class CreateMemeCommand extends Command {
module.exports = class MemeGenCommand extends Command {
constructor(client) {
super(client, {
name: 'create-meme',
aliases: ['meme-generator', 'meme-gen'],
name: 'meme-gen',
aliases: ['meme-generator', 'create-meme'],
group: 'image-edit',
memberName: 'create-meme',
memberName: 'meme-gen',
description: 'Sends a meme with the text and background of your choice.',
clientPermissions: ['ATTACH_FILES'],
args: [