ifunnywrapper

1.1.0 • Public • Published

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')

Readme

Keywords

none

Package Sidebar

Install

npm i ifunnywrapper

Weekly Downloads

2

Version

1.1.0

License

ISC

Unpacked Size

69.8 kB

Total Files

24

Last publish

Collaborators

  • blairspalace