Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 512 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 512 Bytes

discord.js-select-menu-simple

This is a simple example of a dropdown/select menu using discord.js

How to run this repository

  • 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"
}

note: if there are still errors, I'm sorry
thanks