Roblox Trello Missing Parameters

So, I was creating a simple script using the API but for some reason I keep getting the error;
Screen Shot 2020-07-06 at 9.27.34 am

This is my script:

local Trello = require(script.Parent.TrelloAPI)
local boardId = Trello:GetBoardID("LMF Bans")

local ListID = Trello:GetListID("The List",boardId)

local BanReason = Trello:AddCard("Aiden", "Testing", ListID)
1 Like

I believe this post may help.

1 Like

Tried it, still didn’t work…

Edit: I also don’t know any other Trello modules.

1 Like

Maybe your missing your token? If there’s no other scripts containing it.

1 Like

Nope, I have my token there.

1 Like

I found what was wrong. I forgot to put the name of the List there :rofl:

1 Like

Put the name of the list where?

What does your finished code look like?