discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Ending an reoccurring event send the Scheduled event status?

Open ducksquaddd opened this issue 1 month ago • 0 comments

Description

It seems whenever a reoccurring event does end, rather than sending COMPLETED, it sends SCHEDULED. This works as expected when ending a non-reoccurring event, by sending the COMPLETED status.

This might be intended as normal behavior just thought I'd report it.

Steps to Reproduce

Dont think I can reproduce with cURL.

But I have an event listener that listens for the guild scheduled event update. When a non-reoccurring event ends it returns COMPLETED as expected.

However, when a reoccurring one ends it just reschedules an event without returning an ended event.

Expected Behavior

I expected whatever is returned to have a COMPLETED status when an event does eventually get ended.

Current Behavior

When a reoccurring event ends, it simply sends an event with the SCHEDULED status. Without sending one notifying me it ended.

Screenshots/Videos

No response

Client and System Information

I'm using discord.js, dont think it'd be a problem there

ducksquaddd avatar May 22 '24 17:05 ducksquaddd