# MEMES EN ESPAÑOL

# ❗ Instalación 

 ```
npm i theredactor_meme
```

# 📚 Medio de uso

```js

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.
 ```