Comments API
This page describes all the functions concerning the comments on Trello.
-- // Require TrelloAPI Module
local TrelloAPI = require(game.ServerScriptService:WaitForChild("TrelloAPI"))
-- // Access to the category
TrelloAPI.CommentsAPI.[FunctionName]CreateComment(CardId, Comment_Text)
TrelloAPI.BoardsAPI.CreateComment("CARD_ID", "COMMENT_EXAMPLE_TEXT")Last updated