affaibli-api
v0.0.3
Published
Api wrapper para el api de affaibli
Downloads
2
Readme
Affaibli API Wrapper
Documentation | Discord Support Server
Basic example
const Affaibli = require('affaibli-api')
const afb = new Affaibli({
user: '',
token: ''
})
//Image manipulation
const blur = await afb.blur('URL')
const bobross = await afb.bobross('URL')
const circle = await afb.circle('URL')
const stonks = await afb.stonks('URL')
const notstonks = await afb.notstonks('URL')
const confusedstonks = await afb.confusedstonks('URL')
const detele = await afb.detele('URL')
const hitler = await afb.hitler('URL')
const lgbt = await afb.lgbt('URL')
const rip = await afb.rip('URL')
const superres = await afb.superres('URL')
const triggered = await afb.triggered('URL')
const mexico = await afb.mexico('URL')
const usa = await afb.usa('URL')
const ussr = await afb.ussr('URL')
//Random
const memes = await afb.memes()
const videos = await afb.videos()