send_webhook_message: Send Message via Webhook

Description Usage Arguments Value See Also Examples

View source: R/send_functions.R

Description

Sends a message using the username provided to the channel of the webhook provided

Usage

1

Arguments

message

Character string of message to send

conn

Discord Connection Object containing Webhook and Username

Value

None

See Also

send_file, send_plot_code, send_current_ggplot, send_console

Examples

1
2
3
4
## Not run: 
send_webhook_message("Hello World!")

## End(Not run)

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