1.2.2 • Published 10 months ago

theredactor_meme v1.2.2

Weekly downloads
-
License
ISC
Repository
-
Last release
10 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

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.1

10 months ago