description Check if the user is boosting. $isBoosting This function checks if the given user is boosting or not. Returns boolean $isBoosting[User ID] bot.command({ name: "isboost", code: `$isBoosting[$authorID]` })