Collection of useful api for discord bot's
- npm install @kagchi/kag-api
- npm install KagChi/kagchi-api
-
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