send_raw
Send raw is a function which is used to sent over a user specified table without a prefix (like send_message, send_embed, .... )
Example
local example_message = {
content = "Hello world",
embeds = {}, -- no embeds
components = {} -- no components
}
send_raw(channel_id, example_message)
Last updated