theredactor_meme
v1.2.2
Published
NPM con los mejores memes en español para tu bot de discord
Downloads
68
Readme
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.