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