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.8m questions
11.4m answers