Skip to content

GavinStrikes-Software/AutoAssignMember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Discord Member Role Bot

A Simple Discord bot that automatically assigns the member role to new users when they join a specific server.

Setup Instructions

  1. Install dependencies:
npm install
  1. Create a new Discord bot:

    • Go to the Discord Developer Portal
    • Create a new application
    • Go to the "Bot" section and create a bot
    • Copy the bot token
  2. Configure the bot:

    • Open index.js
    • Replace token with your bot's token
    • Replace TARGET_SERVER_ID with your server's ID
    • Replace MEMBER_ROLE_ID with your member role's ID
  3. Invite the bot to your server:

    • Go to the OAuth2 section in the Developer Portal
    • Generate an invite URL with the following permissions:
      • bot
      • Manage Roles
  4. Run the bot:

npm start

Requirements

  • Node.js
  • npm
  • Discord.js v14

About

A Discord bot that automatically assigns the member role to new users when they join a specific server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors