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
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Kytra API

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

Installation

npm install kytra-api

Use

const kytra = require("kytra-api"); //require de package
console.log(kytra.kiss()) //returns kiss anime gifs

Example

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

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

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

client.login('token');

Methods

A base for interaction commands

kytra.hug()

kytra.kiss()

kytra.pat()

kytra.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc