We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Under any circumstances «before» argument in «on_scheduled_event_update» event is always None.
Call «on_scheduled_event_update» event.
@commands.Cog.listener() async def on_scheduled_event_update(self, before: discord.ScheduledEvent, after: discord.ScheduledEvent): print(before, after)
«before» must be an old scheduled event. And «after» must be an updated scheduled event.
«after» is an updated scheduled event and «before» is always None.
all
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
Under any circumstances «before» argument in «on_scheduled_event_update» event is always None.
Reproduction Steps
Call «on_scheduled_event_update» event.
Minimal Reproducible Code
Expected Results
«before» must be an old scheduled event. And «after» must be an updated scheduled event.
Actual Results
«after» is an updated scheduled event and «before» is always None.
Intents
all
System Information
Checklist
Additional Context
No response
The text was updated successfully, but these errors were encountered: