Skip to content

Who-2u/Select-menu-and-role-assigning-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Select menu and role assigning discord bot

A simple bot which can assign roles to the user, creates a select menu.

Role Assigning and Role calling:

image

Select Menu:

image

Steps to host the bot using visual-studio:

Open visual studio,

  1. Initialize node js using terminal npm init -y This will create a new project structure.

  2. import all the Js files from this repo.

  3. Add your TOKENS, GUILD_ID( optional ), CLIENT_ID to the config file which is .env

  4. Register slash commands using node register.js

  5. install nodemon using terminal. npm install nodemon

  6. Run the bot using nodemon

    Note: Server.js is an optional file, which is used to keep the bot up and running 24/7 on external servers like https://replit.com/

About

A simple bot which can assign roles to the user, creates a select menu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published