mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
create-meme -> meme-gen
This commit is contained in:
@@ -234,7 +234,6 @@ on the [home server](https://discord.gg/sbMe32W).
|
|||||||
* **be-like-bill:** Sends a "Be Like Bill" meme with the name of your choice.
|
* **be-like-bill:** Sends a "Be Like Bill" meme with the name of your choice.
|
||||||
* **color:** Sends an image of the color you choose.
|
* **color:** Sends an image of the color you choose.
|
||||||
* **contrast:** Draws an image or a user's avatar but with contrast.
|
* **contrast:** Draws an image or a user's avatar but with contrast.
|
||||||
* **create-meme:** Sends a meme with the text and background of your choice.
|
|
||||||
* **create-qr-code:** Converts text to a QR Code.
|
* **create-qr-code:** Converts text to a QR Code.
|
||||||
* **demotivational-poster:** Draws an image or a user's avatar and the text you specify as a demotivational poster.
|
* **demotivational-poster:** Draws an image or a user's avatar and the text you specify as a demotivational poster.
|
||||||
* **distort:** Draws an image or a user's avatar but distorted.
|
* **distort:** Draws an image or a user's avatar but distorted.
|
||||||
@@ -244,6 +243,7 @@ on the [home server](https://discord.gg/sbMe32W).
|
|||||||
* **ifunny:** Draws an image with the iFunny logo.
|
* **ifunny:** Draws an image with the iFunny logo.
|
||||||
* **illegal:** Makes President Trump make your text illegal.
|
* **illegal:** Makes President Trump make your text illegal.
|
||||||
* **invert:** Draws an image or a user's avatar but inverted.
|
* **invert:** Draws an image or a user's avatar but inverted.
|
||||||
|
* **meme-gen:** Sends a meme with the text and background of your choice.
|
||||||
* **minecraft-skin:** Sends the Minecraft skin for a user.
|
* **minecraft-skin:** Sends the Minecraft skin for a user.
|
||||||
* **nike-ad:** Sends a "Believe in Something" Nike Ad meme with the text of your choice.
|
* **nike-ad:** Sends a "Believe in Something" Nike Ad meme with the text of your choice.
|
||||||
* **needs-more-jpeg:** Draws an image or a user's avatar as a low quality JPEG.
|
* **needs-more-jpeg:** Draws an image or a user's avatar as a low quality JPEG.
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
const Command = require('../../structures/Command');
|
const Command = require('../../structures/Command');
|
||||||
const request = require('node-superfetch');
|
const request = require('node-superfetch');
|
||||||
|
|
||||||
module.exports = class CreateMemeCommand extends Command {
|
module.exports = class MemeGenCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'create-meme',
|
name: 'meme-gen',
|
||||||
aliases: ['meme-generator', 'meme-gen'],
|
aliases: ['meme-generator', 'create-meme'],
|
||||||
group: 'image-edit',
|
group: 'image-edit',
|
||||||
memberName: 'create-meme',
|
memberName: 'meme-gen',
|
||||||
description: 'Sends a meme with the text and background of your choice.',
|
description: 'Sends a meme with the text and background of your choice.',
|
||||||
clientPermissions: ['ATTACH_FILES'],
|
clientPermissions: ['ATTACH_FILES'],
|
||||||
args: [
|
args: [
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "91.2.1",
|
"version": "91.2.2",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user