discordgo
discordgo copied to clipboard
feat(structs): add recurrence_rule to guild events
Discord recently added recurrence_rule with https://github.com/discord/discord-api-docs/pull/7058
Some fields (marked by [1]
) aren't supposed to be changed by the user and are only set by Discord itself. Don't know how to deal with that.
The System limitations
section in the docs is extensive and tedious to follow. Maybe there could be a mapper from rrule-go to the API objects and vice versa.
I think it's cool to have recurrence_rule
s in discordgo
, so we can add events to https://github.com/Lucky3028/terraform-provider-discord :)