#Creating a function to unban all players
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
You could try
let banList = Utils.server.playerList.bans
banList.userList.forEach(user => banList.remove(user))
Ooh, that's extremely helpful, thank you