1.5.3 • Published 5 months ago

avamaxboobs v1.5.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago
 █████  ██    ██  █████  ███    ███  █████  ██   ██ ██████   ██████   ██████  ██████  ███████ 
██   ██ ██    ██ ██   ██ ████  ████ ██   ██  ██ ██  ██   ██ ██    ██ ██    ██ ██   ██ ██      
███████ ██    ██ ███████ ██ ████ ██ ███████   ███   ██████  ██    ██ ██    ██ ██████  ███████ 
██   ██  ██  ██  ██   ██ ██  ██  ██ ██   ██  ██ ██  ██   ██ ██    ██ ██    ██ ██   ██      ██ 
██   ██   ████   ██   ██ ██      ██ ██   ██ ██   ██ ██████   ██████   ██████  ██████  ███████ 

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.5.3 CHANGELOG:

  • added withbra option to amandaloveboobs() function
  • updated the text that shows up when you hover over a function's name in VS code to indicate which parameters are optional, as well as their default values

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()

See the examples folder for how to use these

Flushed

1.5.3

5 months ago

1.5.2

5 months ago

1.5.1

5 months ago

1.5.0

5 months ago

1.4.1

5 months ago

1.4.0

5 months ago

1.3.0

5 months ago

1.2.0

5 months ago

1.1.0

6 months ago

1.0.0

6 months ago

0.6.9

6 months ago