Socket
Socket
Sign inDemoInstall

@kagchi/kag-api

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kagchi/kag-api

Collection of useful api for discord bot's


Version published
Weekly downloads
32
increased by14.29%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

@kagchi/kag-api

Collection of useful api for discord bot's

Installation

Stable version

  • npm install @kagchi/kag-api

Dev version

  • npm install KagChi/kagchi-api

Upgrading from 1.5.5 to 2.0.0

  • Image response completely changed

    const kagApi = require("@kagchi/kag-api")
    - msg.channel.send(await kagApi.waifu.nezuko());
    + msg.channel.send((await kagApi.waifu.nezuko()).url);
    
  • Random users response completely changed

    const KagApi = require("@kagchi/kag-api");
    const users = await kagApi.user();
    - message.channel.send(`${users.name}`)
    + message.channel.send(`${users[0].name}`)
    
  • Changes

    • removed inactive api endpoints
    • removed wikihow endpoints
    • add typings for typescript user

Keywords

FAQs

Last updated on 18 Jul 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