Software Alternatives & Reviews

How to implement a Discord bot (in NodeJS) that requires new members to introduce themselves

MEE6 Discord.js
  1. 1
    MEE6 is a multipurpose Discord bot with moderation capabilities, leveling, Twitch alerts, and an easy-to-use online dashboard.
    For the #4 (automatic assignment of the role when a new member joins the server), since Discord doesn't support this directly, you will need a bot to do it. Luckily, many bots allow you to auto-assign roles when new members join, and I ended up using MEE6 for this. I set it up so that when a new member joins, they are immediately assigned a Guest role.

    #Chatbot Platforms & Tools #Books #Discord Bots 36 social mentions

  2. A JavaScript library that enables the ability to code a Discord Bot.
    Pricing:
    • Open Source
    NOTE: For the following part, I was using Discord.js docs to figure out how to do it, so if you need more details on a specific step, check them out.

    #Chatbot Platforms & Tools #Chatbots #Development 76 social mentions

Discuss: How to implement a Discord bot (in NodeJS) that requires new members to introduce themselves

Log in or Post with