Sending file without file
Hello, i want to send a string as a file, how can i do that?
8 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
sometimes when you have more than 2000 characters in a message discord converts it to a file
how can i do that on a bot
new AttachmentBuilder(Buffer.from(text))
and send it as a file
i'll try it
it gives that error
and here is my code
files: [att]
ohh thank you so much