send_embed
Let's you sent a embed in the specified channel id
Example
local example_embed = {{
title = "I'm the title",
description = "Im the embed description",
color = 0x5865F2
}}
send_embed(channel_id, example_embed)
Last updated