const sch = { server: require('../../models/Server'), user: require('../../models/User') } async function blacklist(user, state, reason) { console.log(`called .blacklist() with User: ${user} State: ${state} Reason: ${reason}`) }