2.0.0 • Published 3 years ago

@kagchi/kag-api v2.0.0

Weekly downloads
5,674
License
MIT
Repository
github
Last release
3 years ago

@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
2.0.0

3 years ago

1.5.5

4 years ago

1.5.2

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.4

4 years ago

1.0.0

4 years ago