-
-
Notifications
You must be signed in to change notification settings - Fork 736
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
[Bug]: Can't edit ephemeral messages #2830
Comments
iirc |
Hmm, okey. Yeah now its working. But it's actually returning an Now in this form it's working: [SlashCommand("ephemeral-test", "Testing bug")]
public async Task Test(bool ephemeral)
{
await DeferAsync(ephemeral: ephemeral);
RestFollowupMessage msg = (RestFollowupMessage)await FollowupAsync("Test", ephemeral: ephemeral);
await msg.ModifyAsync(x => x.Content = "Test success");
} |
Hmm yeah, that's because of an abstraction layer. Actual method impls in |
How could you first not respond with a file and then afterwards modifying it with a uploading a file to the message? |
How could you not ask for support in the discord |
Okay sorry |
Check The Docs
Verify Issue Source
Check your intents
Description
I have some command in my bot where I used this method to inform the user about the current stage from the process, but today I noticed somewhy now it's not working.
Maybe something changed about the Discord API, because I get the same problem on the previous Discord.NET versions.
The problem exists in 3.9.0 too, that was the lowest what I was able to go with my current bot codes, so maybe it's something about the Discord API.
Version
3.13.0
Logs
Sample
Result for true and false:
Packages
Environment
The text was updated successfully, but these errors were encountered: