AttachmentBuilder
AttachmentBuilder allows you to build attachments that you can send files through to the discord API.
Usage:
Properties
The AttachmentBuilder instance has no set properties!
Methods
setName
AttachmentBuilder : setName () -> Builders.AttachmentBuilder
name: string
Set the name for this Attachment
setDescription
AttachmentBuilder : setDescription () -> Builders.AttachmentBuilder
description: string
Set the description for this Attachment
setData
AttachmentBuilder : setData () -> Builders.AttachmentBuilder
data: string
Set the data for this Attachment
Functions
new
Creates a new instance of AttachmentBuilder with the specified intents.