Recurring Events
I'm putting my guild events onto a website calendar, but I'm having a hard time dealing with recurring events. I can only find the current event, and am unable to find anything I can use to identify recurrence.
I would appreciate any help anyone could offer.
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!
- ✅
Marked as resolved by OPDiscord.js = 14.3.0
recurrence seems to be new enough that the property that details an event's recurrence has yet to be documented by discord and therefore isn't supported by djs
Great. thanks.