JSPM

yuu-functions

1.0.2B
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q22039F
  • License ISC

Functions of my bot :3

Package Exports

  • yuu-functions
  • yuu-functions/index.js

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 (yuu-functions) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Esse pacote é destinado aqueles que querem descomplicações na hora de fazer codigos ao seu bot, de modo que facilita o codigo. Por exemplo:

Site

const { kiss } = require(`yuu-functions`)

console.log(`${kiss()}`)

Discord.

const { kiss } = require(`yuu-functions`)
const Discord = require('discord.js')

let embed = new Discord.MessageEmbed()
.setTitle(`Beijo`)
.setDescription(`${message.author} Beijou ${message}`)
.setImage(kiss())
message.reply({embeds: [embed]})

Methods

kiss()
hug()
memes()
slap()
cuddle()
poke()
cry()
feed()
tickle()
pat()

Creditos: FakezinLR#9359