slash command not getting registerd
index.js - https://pastebin.com/v0UAU7g1
sample slash command - https://pastebin.com/U32EXgVN
file structure -
.
├── commands
│ ├── helper
│ │ ├── handleDirectMessage.js
│ │ ├── handleMemberUpdate.js
│ │ ├── intervalTimeoutRemove.js
│ │ ├── leetcode.js
│ │ └── run-migrations.js
│ └── utility
│ ├── approve.js
│ ├── ping.js
│ └── server.js
├── config.json
├── db.js
├── index.js
├── migrations
│ └── 0000_create_users_table.js
├── models
│ └── User.js
├── mydatabase.sqlite
├── package.json
├── package-lock.json
└── payload
└── leetcode.txt
sample slash command - https://pastebin.com/U32EXgVN
file structure -
.
├── commands
│ ├── helper
│ │ ├── handleDirectMessage.js
│ │ ├── handleMemberUpdate.js
│ │ ├── intervalTimeoutRemove.js
│ │ ├── leetcode.js
│ │ └── run-migrations.js
│ └── utility
│ ├── approve.js
│ ├── ping.js
│ └── server.js
├── config.json
├── db.js
├── index.js
├── migrations
│ └── 0000_create_users_table.js
├── models
│ └── User.js
├── mydatabase.sqlite
├── package.json
├── package-lock.json
└── payload
└── leetcode.txt
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.