avamaxboobs

1.8.0 • Public • Published
 █████  ██    ██  █████  ███    ███  █████  ██   ██ ██████   ██████   ██████  ██████  ███████ 
██   ██ ██    ██ ██   ██ ████  ████ ██   ██  ██ ██  ██   ██ ██    ██ ██    ██ ██   ██ ██      
███████ ██    ██ ███████ ██ ████ ██ ███████   ███   ██████  ██    ██ ██    ██ ██████  ███████ 
██   ██  ██  ██  ██   ██ ██  ██  ██ ██   ██  ██ ██  ██   ██ ██    ██ ██    ██ ██   ██      ██ 
██   ██   ████   ██   ██ ██      ██ ██   ██ ██   ██ ██████   ██████   ██████  ██████  ███████ 

I made this package for fun, I know the code fucking sucks and I'm too lazy to fix it

Version numbering:

x.y.0 = addition or removal of variable(s) or function(s)

x.y.z = minor change, mostly just adding more items to lists and bugfixes

V1.8.0 CHANGELOG:

  • Added LastModified() function
  • Added HasItem() function
  • Added addMultipleBoobsVideos() function
  • Updated addToList() function
  • Organised functions into their own files, this does not change anything for you, it just makes it easier for me to read and make changes to the code

IMPORTANT NOTE FOR avamaxboobs() FUNCTION:

If you want to set the value of the topless option, you must also pass in a boolean value for the braless option, otherwise js will assume you are simply passing a value for the braless option. See the examples folder here for more details.

VERY IMPORTANT NOTE FOR addToList() FUNCTION:

ANY items you add to lists yourself will be removed when installing a new version of the package,therefore I HIGHLY recommend you backup your lists before doing so. A function to do this for you has been added, see the examples folder for an example of how to use.

Example avamaxboobs command using discord.js:

(Made for the Discord.js guide command handler)

const{avamaxboobs}=require('avamaxboobs');
const{SlashCommandBuilder,EmbedBuilder}=require('discord.js');

module.exports={
    data:new SlashCommandBuilder()
    .setName('avamaxboobs')
    .setDescription('Sends a random picture of Ava Max\'s boobs 😳'),
    async execute(interaction){
        const embed = new EmbedBuilder()
        .setTitle('Random picture of Ava Max\'s boobs 😳')
        .setTimestamp()

        const avamaxboob = await avamaxboobs(); //see examples folder for examples of how to use either only braless or only topless images
        embed.setImage(avamaxboob)

        await interaction.reply({embeds:[embed]});
    }
}

Example boobsvideo command using discord.js:

(Made for the Discord.js guide command handler)

const{boobsvideo}=require('avamaxboobs');
const{SlashCommandBuilder,EmbedBuilder}=require('discord.js');

module.exports={
    data:new SlashCommandBuilder()
    .setName('boobsvideo')
    .setDescription('Sends a random boobs video 😳')
    .setNSFW(true),
    async execute(interaction){
        const embed = new EmbedBuilder()
        .setTitle('Random boobs video 😳')
        .setTimestamp()

        const boobvideo = await boobsvideo();
        embed.setTitle(boobvideo.title)
        .setURL(boobvideo.url)
        .setImage(boobvideo.thumbnail)

        await interaction.reply({embeds:[embed]});
    }
}

The package also has several other functions:

tessafowlerboobs() (WARNING: NSFW!)

amandaloveboobs() (WARNING: NSFW!)

alexsisfayeboobs() (WARNING: NSFW!)

samantalilyboobs() (WARNING: NSFW!)

melissadeblingboobs() (WARNING: NSFW!)

ass() (WARNING: NSFW!)

britneyspearsboobs()

All of these functions work in the exact same way as avamaxboobs(), just replace all uses of avamaxboobs in the above code with the name of the function you want to use

Other functions:

addTolist()

getLength()

CreateBackup()

LoadBackup()

CreateCustomList()

RandomImage()

BackupAllLists()

LoadAllBackups()

HasItem()

addMultipleBoobsVideos()

LastModified() See the examples folder for how to use these

Flushed

Readme

Keywords

Package Sidebar

Install

npm i avamaxboobs

Weekly Downloads

20

Version

1.8.0

License

ISC

Unpacked Size

244 kB

Total Files

49

Last publish

Collaborators

  • 0simp