Socket
Socket
Sign inDemoInstall

kytra-api

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    kytra-api

An Anime Wrapper API that helps how to get random images!


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Kytra API

An Anime Wrapper API that helps how to get random images!

Instalación

npm install kytra-api

Uso

const kytra = require("kytra-api"); //requerir el paquete
console.log(memes.imagenesEspañol()) //retorna imagenes en español

Ejemplo

const kytra = require('kytra-api');
const Discord = require('discord.js');
const client = new Discord.Client();

client.on('ready', () => {
    console.log('Listo!')
});

client.on('message', (message) => {
    if (message.content == 'hug') {
        message.channel.send(kytra.hug())
    }
});

client.login('token');

Métodos

A basis for interaction commands

memes.hug()

memes.kiss()

memes.pat()

memes.cuddle()

Discord server

Keywords

FAQs

Last updated on 10 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc