JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 27
  • Score
    100M100P100Q48790F
  • License ISC

Package Exports

  • ckarit

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ckarit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ckarit

Instalacion

npm i ckarit@latest

Ventajas

  • Uso rapido de canvas
  • En español
  • Uso de varias api's para facilitar el uso de comandos.

Ejemplo

const karit = require('ckarit')
const Discord = require('discord.js')
const client = new Discord.Client()
client.on('message', async message => {
  let prefix= "!"
  if(message.content.startsWith(prefix+"meme")){
    let meme = karit.meme()
    let embed = new Discord.MessageEmbed()
    .setImage(meme);
    message.channel.send(embed)
  }
})

Utilidades

Funcion Descripcion Parametros
meme Un meme No requiere parametros.
lopeor Lo peor meme de lalo garza Avatar
dog Un perro No requiere parametros.
cat Un gato No requiere parametros.
panda Un panda No requiere parametros.

Version

Eso es todo lo que ahi por ahora, esperen actualizaciones.

Trazka ©️