Put the ids of the users you want to blacklist in an array, then check them with
if(userblock.includes(message.author.id))
{
//code
}
9.5m questions
12.2m answers