GithubHelp home page GithubHelp logo

aboutme.js's Introduction

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] });
},

aboutme.js's People

Contributors

hecodes2much avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.