Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScheduledEvent dont't update repeatable events #10114

Open
3 tasks done
Komoraa opened this issue Feb 24, 2025 · 2 comments
Open
3 tasks done

ScheduledEvent dont't update repeatable events #10114

Komoraa opened this issue Feb 24, 2025 · 2 comments
Labels
unconfirmed bug A bug report that needs triaging

Comments

@Komoraa
Copy link

Komoraa commented Feb 24, 2025

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

@Komoraa Komoraa added the unconfirmed bug A bug report that needs triaging label Feb 24, 2025
@DA-344
Copy link
Contributor

DA-344 commented Feb 24, 2025

This looks like a Discord API side issue, could you share the code you used to reproduce this?

@dolfies
Copy link
Contributor

dolfies commented Feb 24, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed bug A bug report that needs triaging
Projects
None yet
Development

No branches or pull requests

3 participants