TCATech/LegacyPainBot

A suggestion of a command

Closed this issue · 1 comments

EWE07 commented
const nampis = require("nampis")

async function example(){
   /*
   nampis.cat() = returns a url of a cat image  :0 
   nampis.cat('gif') returns a url of a cat gif
   */
   console.log(await nampis.cat())
}

example()

Thanks for the suggestion. I'll look into this and see what I can do.