Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 hours ago.
Improve this question
app.use(express.json()); //i use this as a middleware for nodejs
This is the error i got: Router.use() requires a middleware function but got a string
The parameter of app.use() needs to be a function
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
source code: https://github.com/morethanwords/tweb
About the implementation of the MTProtocol
I checked the source code, but did not find the socket connection code. Is it implemented in wasm? I need help. Thanks.
i hope to get an answer
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 days ago.
Improve this question
I have code
res.cookie("user", "token");
I can't get cookies on a post request to the API. But if you test the API through Postman, then he can easily get cookies.
What could be the problem? I didn't specify which header or what?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
Discord.js code doesn't work sending embed messages
Code embed :
Error code :
This is happening because you are using client#channels#cache#get which is not a valid function since client is not defined in the code block.
You need to use member.guild.channels.cache.get('<id goes here>').send(embed);
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
In discord.js, how can I check that a user inside a voice channel is deafened? I read the docs and I couldn't find anything related to this
If you look under GuildMember there is a .deaf property as well as .selfDeaf and .serverDeaf. This will return a boolean value.
Resource: https://discord.js.org/#/docs/main/stable/class/GuildMember?scrollTo=deaf
So for example:
message.member.deaf
message.member.selfDeaf
message.member.serverDeaf
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have no idea how to render the time of a post being posted on my blog. I am using express as backend and template engine (express-edge).
you could use https://www.npmjs.com/package/i18n-js if you need to translate a date into anothers langages
you could also just use this
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat