Returns whether or not the Bot Player (I/O) difficulty matches the Bot Difficulty (I/O).
Code explanation (JavaScript)
const player = GetPlayers[1]
const difficultyToCheck = RECRUIT
if(player === BOT && player.difficulty === difficultyToCheck){
return true
} else return false