1.1.0 • Published 2 years ago

funremote v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

iFunny.js

Discord

A simple wrapper for the iFunny API

const ifunny = require('iFunny')
const robot = new ifunny.Client({ prefix: '-' })

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

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

robot.command.on('ping', async (message, args) => {
    message.reply('Pong!')
})

robot.login('username', 'password')

Fun fact, there's not a single file in this project called ifunny.js

1.1.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago