Is there a site that shows all the kinds of properties I can add to Discord API, instead of just this:
local MessageData = {
["content"] = "Test Message"; -- Is this all there really is?
}
Is there a site that shows all the kinds of properties I can add to Discord API, instead of just this:
local MessageData = {
["content"] = "Test Message"; -- Is this all there really is?
}
From a simple google search, I found this article. This is maybe what you’re looking for. I hope it helps. Good luck.
I’m not really sure how this works with roblox lua.