This is a simple example of a dropdown/select menu using discord.js
- you need
node.js v14
or higher - install discord.js latest version or v13
npm i discord.js
- download this repository or clone using
git clone
- fill in requirements
config.json
{
"prefix": "b!",
"ownerID": ["626413361185292321", "your discord id"],
"mongodb": "your mongodb url"
}