Post video link with hidden URL (preferably without downloading the video)

Is there a way to hide the URL while posting a video because the URL is a bit too long
7 Replies
d.js toolkit
d.js toolkit12mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
eren.
eren.12mo ago
discord.js@14.11.0 node v20.3.1 bots work a bit different from users so i thought there would be a way 🤷‍♂️
Azure
Azure12mo ago
You mean sending it as an attachment in a message?
d.js docs
d.js docs12mo ago
method TextChannel#send() Sends a message to this channel.
Azure
Azure12mo ago
Snippet:
<Channel>.send({
files: [
'https://example.com/file.mp4'
]
})
<Channel>.send({
files: [
'https://example.com/file.mp4'
]
})
d.js docs
d.js docs12mo ago
property MessagePayload#files Files sendable to the API
eren.
eren.12mo ago
will try, thanks it works, thank you so much!