Is it possible to collect data from a discord message.
Hello, im in a server with an embeded message in a channel and it had numbers in it that update, i was wondering if its possible to take that number and get it put in excel ever certain amount of time so i can make a graph? (never coded before )
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!If you never coded before, I suggest you get familiar with it before you try something like that #resources
Also not djs related
what is it related to?
I think getting embeds data from a particular message is djs/discord related and yes, you can do that. But processing that, putting it in excel/google sheets/csv is not djs related
ok cool!
Yes i want to know how to get that data from the message. The processing and putting into excel i can figure out on my own.
:property: Message#embeds
An array of embeds in the message - e.g. YouTube Player. (more...)
:method: MessageManager#fetch()
Fetches message(s) from a channel. (more...)