ifunnywrapper

A simple wrapper for iFunny's private API

Usage no npm install needed!

<script type="module">
  import ifunnywrapper from 'https://cdn.skypack.dev/ifunnywrapper';
</script>

README

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