UNPKG

avamaxboobs

Version:

A package for randomly selecting images of various people's boobs. Intended to be used for discord bot commands.

7 lines (6 loc) 501 B
const{HasItem}=require('avamaxboobs') async function balls(){ const sex = await HasItem('avamaxboobs','IMG_1902') //checks if the avamaxboobs list contains a string which includes ('IMG_1902') It does, so this will return true, however it is case sensitive so if you replaced IMG with img it would return false. Also note that this works best with just the name of the image you want to check for (eg IMG_1902) instead of a link to it (eg a discord attachment link) console.log(sex) } balls()