mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-04-18 16:53:13 +00:00
still trying to fix it
This commit is contained in:
parent
99f7e25f52
commit
9540e97e2d
@ -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(() =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user