Skip to content

ScheduledEvent dont't update repeatable events #10114

@Komoraa

Description

@Komoraa

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

No one assigned

    Labels

    unconfirmed bugA bug report that needs triaging

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions