0.3.5 â€ĸ Published 6 months ago

aboutme.js v0.3.5

Weekly downloads
-
License
GPLv3
Repository
github
Last release
6 months ago

Aboutme.JS

Created a NPM package for aboutme.js, it also accepts all fields that EmbedBuilder from discord.js does.

Code Example

async execute(interaction, client) {
    const aboutme = new AboutMeEmbedBuilder()
        .setName({ emoji: '🎂', value: '```HeCodes2Much```', inline: true })
        .setID({ emoji: '🆔', value: '```861270236475817994```', inline: true })
        .setDiscriminator({ emoji: '🆔', value: '```#0000```', inline: true })
        .setGender({ emoji: '♂ī¸', value: '```Male```', inline: true })
        .setAge({ emoji: '🎂', value: '```35```', inline: true })
        .setBirthday({ emoji: '🎈', value: '```June 16, 1988```', inline: true })
        .setLanguages({ emoji: '🌐', value: '```Javascript, HTML, CSS, PHP and Python```', inline: true })
        .setFlags({ emoji: '🏅', value: '```Developer```', inline: true })
        .setBadges({ emoji: '🎖ī¸', value: '```GoldBadge, Moderator```', inline: true })
        .setFavoriteColor({ emoji: '🌈', value: '```Blue```', inline: true })
        .setFavoriteAnimals({ emoji: '🐱đŸļ', value: '```Cats, Dogs```', inline: true })
        .setFavoriteFoods({ emoji: '🍕đŸŖ', value: '```Pizza, Sushi```', inline: true })
        .setFavoriteSongs({ emoji: 'đŸŽĩ', value: '```Song A, Song B```', inline: true })
        .setFavoriteArtists({ emoji: '🎤', value: '```Artist X, Artist Y```', inline: true })
        .setFavoriteMovies({ emoji: 'đŸŽŦ', value: '```Movie 1, Movie 2```', inline: true })
        .setFavoriteActors({ emoji: '🎭', value: '```Actor A, Actor B```', inline: true })
        .setOrigin({ emoji: '🌍', value: '```Earth```', inline: true })
        .setStatus({ emoji: 'đŸŸĸ', value: '```Online```', inline: true })
        .setCurrency({ emoji: '💰', value: '```USD```', inline: false })
        .setHobbies({ emoji: '🎮', value: '```Gaming```', inline: false })
        .setAboutMe({ emoji: 'ℹī¸', value: '```I love coding```', inline: false })
        .setFooter({
            text: 'About Me',
            iconURL: interaction.user.displayAvatarURL({ dynamic: true, size: 512 }),
        })
        .build();

    await interaction.reply({ embeds: [aboutme] });
},
0.3.5

6 months ago

0.3.4

6 months ago

0.3.3

6 months ago

0.3.2

6 months ago

0.3.1

6 months ago

0.3.0

6 months ago

0.2.2

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago