0.1.0 • Published 5 years ago

dqq-api v0.1.0

Weekly downloads
5
License
MIT
Repository
-
Last release
5 years ago

Droqqers Development

https://discord.gg/fnE2vxc

Bienvenido a dqq-api

npm install dqq-api
  • Llamar el módulo
const dqq = require('dqq-api')

Funciones que ofrece la api

sfw

  • banghead
  • bite
  • blush
  • bored
  • boom
  • confused
  • cry
  • confused
  • dance
  • facepalm
  • fbi
  • grope
  • happy
  • hi
  • hug
  • kill
  • nope
  • lewd
  • lick
  • pat
  • punch
  • run
  • slap
  • spank
  • wated
  • wink

Modo De Uso

Obtener un resultado

const dqq = require('dqq-api')

const hi = await dqq.hi()
console.log(hi)

Discord.js embed

//Version 12.0.1 de discord.js
const dqq = require('dqq-api')
const hug = await dqq.hug()
var user = message.mentions.users.first()
const embed = new discord.MessageEmbed()
.setAuthor(`${message.author.username} le da un abrazo a ${user.username}`)
.setImage(hug)
.setColor("RANDOM")
message.channel.send(embed)
0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.5

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago