npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

star-labs

v1.1.2

Published

Variedades de Gifs para bots de discord

Downloads

134

Readme

S.T.A.R Labs

Este NPM se encuentra en fase BETA, cualquier error o problema que se encuentre,haganos el favor de reportarlo.

Star-Labs Es una API de gifs muy simple, hecha para bots de Discord.Pronto se estarán añadiendo más cosas como manejo de imágenes, etcétera.

Hable con nosotros en Discord

Update 1.0.9

Fueron agregados los siguientes métodos
- dance
- blush
- confused
- sleep

Instalación

Console

pnpm i star-labs

Main

const star = require('star-labs');

Métodos

| Nombres | Uso | | ------------- |:-------------:| | hug | star.hug() | | suicide | star.suicide()| | kill | star.kill() | | hug | star.hug() | | lick | star.lick() | | slap | star.slap() | | happy | star.happy() | | cry | star.cry() | | kiss | star.kiss() | | feed | star.feed() | | pat | star.pat() | | kick | star.kick() | | yaoi | star.yaoi() | | yuri | star.yuri() | | fuckyou | star.fuckyou()| | sleep | star.sleep() | | dance | star.dance() | | blush | star.blush() | | confused |star.confused()|

Ejemplos

Hug

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' abrazó a '+aB.tag)
    .setImage(star.hug())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Suicide

const star = require('star-labs');

  const aA = message.author
  const aB = new Discord.RichEmbed()
    .setDescription(aA.tag+' se ha suicidado...')
    .setImage(star.suicide())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aB);

Kill

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' Asesinó a '+aB.tag)
    .setImage(star.kill())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Lick

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' Está lamiendo el cuerpo de '+aB.tag)
    .setImage(star.lick())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Slap

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' abofeteó a '+aB.tag)
    .setImage(star.slap())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Happy

const star = require('star-labs');

  const aA = message.author
  const aB = new Discord.RichEmbed()
    .setDescription(aA.tag+' se encuentra muy feliz!')
    .setImage(star.happy())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aB);

Cry

const star = require('star-labs');

  const aA = message.author
  const aB = new Discord.RichEmbed()
    .setDescription(aA.tag+' ha comenzado a llorar! :(')
    .setImage(star.cry())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aB);

Kiss

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' besó a '+aB.tag)
    .setImage(star.kiss())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Feed

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' dió de comer a '+aB.tag)
    .setImage(star.feed())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Pat

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' se encuentra acariciando a '+aB.tag)
    .setImage(star.pat())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Kick

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' Dió una patada a '+aB.tag)
    .setImage(star.kick())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Yaoi

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' Besó a '+aB.tag)
    .setImage(star.yaoi())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Yuri

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' Besó a '+aB.tag)
    .setImage(star.yuri())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Fuckyou

const star = require('star-labs');

  let aA = message.author
  let aB = message.mentions.users.first()
  const aC = new Discord.RichEmbed()
    .setDescription(aA.tag+' Le saca el dedo medio a '+aB.tag)
    .setImage(star.fuckyou())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aC);

Confused

const star = require('star-labs');

  const aA = message.author
  const aB = new Discord.RichEmbed()
    .setDescription(aA.tag+' se encuentra confundido -c-')
    .setImage(star.confused())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aB);

Sleep

const star = require('star-labs');

  const aA = message.author
  const aB = new Discord.RichEmbed()
    .setDescription(aA.tag+' se ha quedado dormido! `💤`')
    .setImage(star.sleep())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aB);

Dance

const star = require('star-labs');

  const aA = message.author
  const aB = new Discord.RichEmbed()
    .setDescription(aA.tag+' está bailando**!** 7w7')
    .setImage(star.dance())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aB);

Blush

const star = require('star-labs');

  const aA = message.author
  const aB = new Discord.RichEmbed()
    .setDescription(aA.tag+' se ha sonrojado **._.**')
    .setImage(star.happy())
    .setFooter('Gifs by S.T.A.R Labs')
    .setTimestamp();
  message.channel.send(aB);

Made with <3 by KloutDevs

\ ゜o゜)ノ