$attachment
Adds a attachment to the bot's response.
Usage
$attachment[URL;name.extension]Param
Description
Type
Required
Example
bot.commands.add({
type: "basicCommand",
name: "attachment",
code: `$attachment[https://imgur.com/eZfedQF.png;image.png]`
})
Last updated
Was this helpful?