You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the scheduled event object will always have the recurring date. When you edit the date for one recurrence, it creates something called a scheduled event exception, which isn't implemented yet
Summary
When i change date of repeatable event guild.fetch_scheduled_events() its still return old date
Reproduction Steps
I just fetch data using await guild.fetch_scheduled_events() and return its using event.start_time
Minimal Reproducible Code
Expected Results
Updated date info.
Actual Results
Outdated date info.
Intents
intents = discord.Intents.default() intents.message_content = True intents.guild_scheduled_events = True
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: