█████ ██ ██ █████ ███ ███ █████ ██ ██ ██████ ██████ ██████ ██████ ███████
██ ██ ██ ██ ██ ██ ████ ████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
███████ ██ ██ ███████ ██ ████ ██ ███████ ███ ██████ ██ ██ ██ ██ ██████ ███████
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██ ██████ ██████ ██████ ██████ ███████
I made this package for fun, I know the code fucking sucks and I'm too lazy to fix it
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
- 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
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.
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.
(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]});
}
}
(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]});
}
}
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
addTolist()
getLength()
CreateBackup()
LoadBackup()
CreateCustomList()
RandomImage()
BackupAllLists()
LoadAllBackups()
HasItem()
addMultipleBoobsVideos()
LastModified() See the examples folder for how to use these