still trying to fix it

This commit is contained in:
ThatBen 2025-04-10 18:11:02 +02:00
parent 99f7e25f52
commit 9540e97e2d
No known key found for this signature in database
GPG Key ID: E020A7DDCD52E1AB

View File

@ -55,7 +55,7 @@ namespace BiblioTech.Options
var writer = new StreamWriter(stream);
writer.Write(fileContent);
await Command.RespondWithFileAsync(stream, "CheckFile.txt", text: message, ephemeral: true);
await Command.FollowupWithFileAsync(stream, "CheckFile.txt", text: message, ephemeral: true);
// Detached task for cleaning up the stream resources.
_ = Task.Run(() =>