mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
create-meme -> meme-gen
This commit is contained in:
@@ -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: [
|
||||
Reference in New Issue
Block a user