- Slash commands
- Interactive buttons
- Discord.JS v14
- Supports both local and gobal commands
├── commands
│ ├── beep-local.js
│ ├── ping-global.js
│ ├── server-global.js
│ ├── user-global.js
├── events
│ ├── interactionCreate.js
│ ├── ready.js
├── .env.sample
|–– .gitignore
|–– .eslintrc.json
|–– config.json.sample
├── deploy-commands-global.js
├── deploy-commands.js
├── index.js
├── package.json
├── README.md