Ban System Using Trello? (I'm A Beginner)

Wouldn’t recommend trello for bans, or storing data (that’s what datastores are for anyways). You can always use Google Spreadsheets if you really want to store bans externally, or set up an expressjs server and store them with mongodb (or PostgreSQL, MariaDB, you get the idea).

2 Likes