Hi! I have an error.
6 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!
- ✅
Marked as resolved by OPPlease ping me with the error
because
I dont understand
you indeed did not define it
you have to import it
Okay let me try.
Okay now it sends back but theres a different type of problem that I need help with. So It is about saying anything in dms and Then it asks you different questions in dm in embeds that you can answer with a,b,c,d. But it does: greetings + First -answer- greetings + first + 2nd -answer- greetings + first + 2nd + 3rd -answer- ... so on. I want it to do it: greetings + first -answer- 2nd -answer- 3rd -answer... so on. I need help with it
So, I know it is hard, but I want it to send the embeds like this:
-user dm's the bot-
bot: Áhh... Mr | Ms marcivagyok1! Lássuk, mely házba kerülsz pár rövid kérdéssel! -kérdés 1 embed-
-user answers-
bot: -question 2 embed-
-user answers-
bot: -question 3 embed-
.... so on. It is now like this:
-user dms-
bot: Áhh... Mr | Ms marcivagyok1! Lássuk, mely házba kerülsz pár rövid kérdéssel! -kédés 1 embed-
-user answers-
bot: Áhh... Mr | Ms marcivagyok1! Lássuk, mely házba kerülsz pár rövid kérdéssel! -kérdés 1, kérdés 2 embed-
-user answers-
bot: Áhh... Mr | Ms marcivagyok1! Lássuk, mely házba kerülsz pár rövid kérdéssel! -kérdés 1, kérdés 2, kérdés 3 embed- ... so on.
I hope you will be able to help me
Anyone could maybe help me?
I am struggling with this
you can use a collector or await the message like in the guide