So I have a discord ban bot and the bot sends the players id to the Trello
I was wondering how I would go around on implementing that ingame.
So I have a discord ban bot and the bot sends the players id to the Trello
I was wondering how I would go around on implementing that ingame.
You would have to send requests to the Trello API. If you do not want to write requests, you can use a wrapper to interact with the Trello API.
Trello REST API: https://developer.atlassian.com/cloud/trello/rest/
I have done it myself, although I believe trello is not recommended for banlists and apparently it can quickly slow down. Anyway its a fairly simple task though, I just used this trello module
Hmmm okay I did that and it said something like cannot find banned players
If you can provide your attempt, we can try to help you.