-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Labels
unconfirmed bugA bug report that needs triagingA bug report that needs triaging
Description
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
- Python v3.13.1-final
- discord.py v2.4.0-final
- aiohttp v3.11.11
Checklist
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
- I have removed my token from display, if visible.
Additional Context
No response
Metadata
Metadata
Assignees
Labels
unconfirmed bugA bug report that needs triagingA bug report that needs triaging