giveaway bot
Tại sao số lượng người tham gia không được thay đổi?
4 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!my code
I have tried all ways but the number of participants is still the same when I click join
<Embed>.fields.find()
returns a field object while <Array>.slice()
expects an index as the first parameter. You should get an error there.