Refactor roleplay commands, bro-hoof, meme, remove face, add dotenv support

This commit is contained in:
Daniel Odendahl Jr
2018-08-28 22:26:58 +00:00
parent 5f81ce16c3
commit a4518c05ce
35 changed files with 349 additions and 287 deletions
@@ -1,12 +1,13 @@
const Command = require('../../structures/Command');
const request = require('node-superfetch');
module.exports = class MemeCommand extends Command {
module.exports = class CreateMemeCommand extends Command {
constructor(client) {
super(client, {
name: 'meme',
name: 'create-meme',
aliases: ['meme-generator', 'meme-gen'],
group: 'image-edit',
memberName: 'meme',
memberName: 'create-meme',
description: 'Sends a meme with the text and background of your choice.',
clientPermissions: ['ATTACH_FILES'],
args: [