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

Deprecated ephemeral field #158

Merged
merged 3 commits into from
Feb 2, 2025
Merged

Deprecated ephemeral field #158

merged 3 commits into from
Feb 2, 2025

Conversation

JT2M0L3Y
Copy link
Collaborator

@JT2M0L3Y JT2M0L3Y commented Feb 2, 2025

Changes

  • each command's call to interaction.reply() has been updated as follows:
    • old - interaction.reply({<message>, ephemeral: true})
    • new - interaction.reply({<message>, flags: MessageFlags.Ephemeral})

Screenshot(s)

image

@JT2M0L3Y JT2M0L3Y added bug Something isn't working technical Non-business related labels Feb 2, 2025
@JT2M0L3Y JT2M0L3Y requested a review from kevinthedang February 2, 2025 05:34
@JT2M0L3Y JT2M0L3Y self-assigned this Feb 2, 2025
@JT2M0L3Y JT2M0L3Y linked an issue Feb 2, 2025 that may be closed by this pull request
@kevinthedang
Copy link
Owner

kevinthedang commented Feb 2, 2025

Looks great. Could you increment the version by 1 for a patch since this is a bug fix? v0.8.3 should be good.

@JT2M0L3Y

@JT2M0L3Y JT2M0L3Y changed the title Depricated ephemeral field Deprcated ephemeral field Feb 2, 2025
@JT2M0L3Y JT2M0L3Y changed the title Deprcated ephemeral field Deprecated ephemeral field Feb 2, 2025
@JT2M0L3Y JT2M0L3Y merged commit 456f70b into master Feb 2, 2025
1 check passed
@JT2M0L3Y JT2M0L3Y deleted the bug/ephemeral-reply branch February 2, 2025 23:11
@kevinthedang kevinthedang added the patch Application fixes label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working patch Application fixes technical Non-business related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: 'Ephemeral field in interaction responses' is depricated
2 participants