send_webhook_file: Send File via Webhook

Description Usage Arguments Value See Also Examples

View source: R/send_functions.R

Description

Send file from the given filename to the username and webhook provided

Usage

1

Arguments

filename

filepath and filename of the file to be sent

conn

Discord Connection Object containing Webhook and Username

Value

None

See Also

send_webhook_file, send_webhook_plot_code, send_webhook_ggplot, send_webhook_console

Examples

1
2
3
4
## Not run: 
send_file('image.jpg')

## End(Not run)

jljsio/discordr documentation built on Dec. 21, 2021, 1:08 a.m.