SkillAgentSearch skills...

IFunny.js

the javascript iFunny library, with full async support

Install / Use

/learn @gastrodon/IFunny.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars4
CategoryCustomer
Updated1y ago
Forks2

Languages

JavaScript

Security Score

60/100

Audited on Apr 4, 2024

No findings