Attachments
A powerful discord bot making library to help you make discord bots. Super easy, 100 percent discord api coverage, and more! Discord.lib also allows you to interact with discord.js.
Our package gives you a feature to send attachment. This doc shows you how to do it.
Param
Parameters | Description | Required |
command | The command name | yes |
url | The directory/url of the image/file | yes |
buffer | To enable file buffer | no |
Examples
Example of not using buffer
Example of using buffer
You are require to specify an directory.
Last updated