1.2.2 • Published 9 months ago

theredactor_meme v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

MEMES EN ESPAÑOL

❗ Instalación

npm i theredactor_meme

📚 Medio de uso

const { SlashCommandBuilder } = require('discord.js');
const memes = require("theredactor_meme");

module.exports = {
    data: new SlashCommandBuilder()
        .setName('meme')
        .setDescription('Envía un meme aleatorio'),
    async execute(interaction) {
        const meme = memes.redatecmemes();

        if (!meme || meme.trim() === '') {
            return interaction.reply('Lo siento, no pude generar un meme en este momento.');
        }

        await interaction.reply(meme);
    },
};

🚫 Precaución

Este paquete puede incluir contenido inapropiado y contenido +18.
1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.1

9 months ago