How to attachment in message stream.pipe?
I have a stream received via ffmpeg, how do I attach it as a file in a message without creating the file via fs?
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
The AttachmentBuilder accepts a Stream or BufferResolvable as the content
can you show an example please?
my code:
I want to send this mp3Stream as a file
without creating a file with fs
thanks