ifunnywrapper

v1.1.0
[![Discord](https://img.shields.io/discord/624473515327881216?label=Discord&style=flat-square)](https://discord.gg/7WJZM9q)

iFunny.js

Discord

A simple wrapper for iFunny's private API

const ifunny = require('iFunny')
const robot = new ifunny.Client()

robot.on('ready', async (fresh) => {
    await (await robot.socket).start()
})

robot.on('message' async () => {
    message.reply('Hello, world!')
})

robot.login('username', 'password')
npm i ifunnywrapper

Metadata

  • ISC
  • Whatever
  • AurorasPalace
  • released 9/28/2019

Downloads

Maintainers