Twitch
Hello I would like to know how to make a live twitch announcement system in discord.js v14 version? If someone has tips I am taker:D or even editable scripts, I would like to make a system or I would have just added the name of the twitch channel in question and its announcement in a specific channel on my server
5 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!You'd have to use the twitch api ig, thats up to you and not djs related, then check on regular intervals probably
How can I then make an event and an order?
because I’m not how to do it, I’m a beginner in the field
I dont know the twitch api, perhaps you could setup some sort of ws connection, not familiar with that, but you can use a setInterval to fetch data or look into a pre made api
okay 😄